Lines Matching refs:csp_cipher_alg
588 switch (csp->csp_cipher_alg) { in crypto_cipher()
764 if (!alg_is_compression(csp->csp_cipher_alg)) in check_csp()
776 if (!alg_is_cipher(csp->csp_cipher_alg)) in check_csp()
780 if (csp->csp_cipher_alg != CRYPTO_NULL_CBC) { in check_csp()
793 if (csp->csp_cipher_alg != 0 || csp->csp_cipher_klen != 0) in check_csp()
823 if (!alg_is_aead(csp->csp_cipher_alg)) in check_csp()
837 switch (csp->csp_cipher_alg) { in check_csp()
846 if (!alg_is_cipher(csp->csp_cipher_alg)) in check_csp()
848 if (csp->csp_cipher_alg != CRYPTO_NULL_CBC) { in check_csp()
1313 if (csp->csp_cipher_alg == CRYPTO_AES_NIST_GCM_16) in crp_sanity()
1316 if (csp->csp_cipher_alg == CRYPTO_AES_CCM_16) in crp_sanity()