Home
last modified time | relevance | path

Searched refs:CRYPTO_NULL_CBC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_null.c66 .type = CRYPTO_NULL_CBC,
H A Dcrypto.c599 case CRYPTO_NULL_CBC: in crypto_cipher()
674 [CRYPTO_NULL_CBC] = ALG_CIPHER,
780 if (csp->csp_cipher_alg != CRYPTO_NULL_CBC) { in check_csp()
848 if (csp->csp_cipher_alg != CRYPTO_NULL_CBC) { in check_csp()
H A Dcryptosoft.c1235 if (csp->csp_cipher_alg != CRYPTO_NULL_CBC && in swcr_cipher_supported()
1340 case CRYPTO_NULL_CBC: in swcr_newsession()
1392 if (csp->csp_cipher_alg == CRYPTO_NULL_CBC) { in swcr_newsession()
H A Dcryptodev.h160 #define CRYPTO_NULL_CBC 16 macro
H A Dcryptodev.c413 case CRYPTO_NULL_CBC: in cse_create()
/f-stack/freebsd/netipsec/
H A Dxform_esp.c235 if (csp.csp_cipher_alg != CRYPTO_NULL_CBC) { in esp_init()