Home
last modified time | relevance | path

Searched refs:CRYPTO_AES_NIST_GMAC (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_gmac.c57 .type = CRYPTO_AES_NIST_GMAC,
67 .type = CRYPTO_AES_NIST_GMAC,
81 .type = CRYPTO_AES_NIST_GMAC,
95 .type = CRYPTO_AES_NIST_GMAC,
H A Dcryptosoft.c1344 case CRYPTO_AES_NIST_GMAC: in swcr_setup_auth()
1369 case CRYPTO_AES_NIST_GMAC: in swcr_setup_auth()
1419 case CRYPTO_AES_NIST_GMAC: in swcr_auth_supported()
1530 case CRYPTO_AES_NIST_GMAC: in swcr_probesession()
1629 case CRYPTO_AES_NIST_GMAC: in swcr_newsession()
H A Dcrypto.c530 case CRYPTO_AES_NIST_GMAC: in crypto_auth_hash()
665 [CRYPTO_AES_NIST_GMAC] = ALG_KEYED_DIGEST,
808 case CRYPTO_AES_NIST_GMAC: in check_csp()
H A Dcryptodev.h177 #define CRYPTO_AES_NIST_GMAC 24 /* GMAC only */ macro
H A Dcryptodev.c457 if (csp.csp_auth_alg == CRYPTO_AES_NIST_GMAC) in cse_create()
/freebsd/sys/dev/qat/include/
H A Dqat_ocf_utils.h23 if (CRYPTO_AES_NIST_GMAC == csp->csp_auth_alg) in is_gmac_exception()
37 CRYPTO_AES_NIST_GMAC == csp->csp_cipher_alg) in is_sep_aad_supported()
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py173 CRYPTO_AES_NIST_GMAC = 24 variable
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1403 } else if (csp->csp_auth_alg == CRYPTO_AES_NIST_GMAC) { in safexcel_set_context()
1425 case CRYPTO_AES_NIST_GMAC: in safexcel_set_context()
1474 case CRYPTO_AES_NIST_GMAC: in safexcel_set_context()
1924 csp->csp_auth_alg != CRYPTO_AES_NIST_GMAC) { in safexcel_set_token()
1969 case CRYPTO_AES_NIST_GMAC: in safexcel_set_token()
2282 case CRYPTO_AES_NIST_GMAC: in safexcel_probesession()
2468 case CRYPTO_AES_NIST_GMAC: in safexcel_newsession()
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c204 { .name = "gmac128", .mac = CRYPTO_AES_NIST_GMAC, .type = T_GMAC,
206 { .name = "gmac192", .mac = CRYPTO_AES_NIST_GMAC, .type = T_GMAC,
208 { .name = "gmac256", .mac = CRYPTO_AES_NIST_GMAC, .type = T_GMAC,
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1867 case CRYPTO_AES_NIST_GMAC: in qat_probesession()
2017 case CRYPTO_AES_NIST_GMAC: in qat_newsession()
2097 if (csp->csp_auth_alg == CRYPTO_AES_NIST_GMAC) in qat_newsession()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec.c141 case CRYPTO_AES_NIST_GMAC: in mlx5_xform_ah_authsize()
/freebsd/sys/netipsec/
H A Dxform_ah.c134 case CRYPTO_AES_NIST_GMAC: in xform_ah_authsize()