Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_null.c81 .type = CRYPTO_NULL_HMAC,
H A Dcryptodev.h168 #define CRYPTO_NULL_HMAC 15 macro
H A Dcrypto.c507 case CRYPTO_NULL_HMAC: in crypto_auth_hash()
649 [CRYPTO_NULL_HMAC] = ALG_DIGEST,
H A Dcryptosoft.c1341 case CRYPTO_NULL_HMAC: in swcr_setup_auth()
1416 case CRYPTO_NULL_HMAC: in swcr_auth_supported()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py164 CRYPTO_NULL_HMAC = 15 variable
/freebsd/sys/crypto/via/
H A Dpadlock_hash.c322 case CRYPTO_NULL_HMAC: in padlock_hash_lookup()
/freebsd/sys/dev/glxsb/
H A Dglxsb.c494 case CRYPTO_NULL_HMAC: in glxsb_crypto_probesession()
/freebsd/sys/netipsec/
H A Dxform_ah.c222 if (csp->csp_auth_alg != CRYPTO_NULL_HMAC) { in ah_init0()