Home
last modified time | relevance | path

Searched refs:CRYPTO_NULL_HMAC (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_null.c80 .type = CRYPTO_NULL_HMAC,
H A Dcryptosoft.c297 case CRYPTO_NULL_HMAC: in swcr_authprepare()
1029 case CRYPTO_NULL_HMAC: in swcr_setup_auth()
1188 case CRYPTO_NULL_HMAC: in swcr_auth_supported()
H A Dcryptodev.h159 #define CRYPTO_NULL_HMAC 15 macro
H A Dcrypto.c537 case CRYPTO_NULL_HMAC: in crypto_auth_hash()
673 [CRYPTO_NULL_HMAC] = ALG_DIGEST,
H A Dcryptodev.c524 case CRYPTO_NULL_HMAC: in cse_create()
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c328 case CRYPTO_NULL_HMAC: in padlock_hash_lookup()
/f-stack/freebsd/netipsec/
H A Dxform_ah.c219 if (csp->csp_auth_alg != CRYPTO_NULL_HMAC) { in ah_init0()