Searched refs:GMAC_DIGEST_LEN (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/crypto/openssl/ |
H A D | ossl_aes.c | 251 ctx.ops->tag(&ctx, tag, GMAC_DIGEST_LEN); in ossl_aes_gcm() 252 crypto_copyback(crp, crp->crp_digest_start, GMAC_DIGEST_LEN, in ossl_aes_gcm() 255 crypto_copydata(crp, crp->crp_digest_start, GMAC_DIGEST_LEN, in ossl_aes_gcm() 257 if (ctx.ops->finish(&ctx, tag, GMAC_DIGEST_LEN) != 0) in ossl_aes_gcm()
|
H A D | ossl.c | 201 csp->csp_auth_mlen != GMAC_DIGEST_LEN) in ossl_probesession()
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto.h | 73 uint8_t tag[static GMAC_DIGEST_LEN], 78 size_t, const uint8_t *, const uint8_t tag[static GMAC_DIGEST_LEN],
|
H A D | armv8_crypto_wrap.c | 396 uint8_t tag[static GMAC_DIGEST_LEN], in armv8_aes_encrypt_gcm() argument 449 memcpy(tag, s.Xi.c, GMAC_DIGEST_LEN); in armv8_aes_encrypt_gcm() 459 const uint8_t tag[static GMAC_DIGEST_LEN], in armv8_aes_decrypt_gcm() argument 490 if (timingsafe_bcmp(tag, s.Xi.c, GMAC_DIGEST_LEN) != 0) { in armv8_aes_decrypt_gcm()
|
H A D | armv8_crypto.c | 165 csp->csp_auth_mlen != GMAC_DIGEST_LEN) in armv8_crypto_probesession() 309 uint8_t iv[AES_BLOCK_LEN], tag[GMAC_DIGEST_LEN]; in armv8_crypto_cipher_process()
|
/freebsd/sys/opencrypto/ |
H A D | gmac.h | 37 #define GMAC_DIGEST_LEN 16 macro
|
H A D | cryptosoft.c | 325 u_char tag[GMAC_DIGEST_LEN]; in swcr_gmac() 326 u_char tag2[GMAC_DIGEST_LEN]; in swcr_gmac() 403 u_char tag[GMAC_DIGEST_LEN]; in swcr_gcm() 404 u_char tag2[GMAC_DIGEST_LEN]; in swcr_gcm()
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 248 csp->csp_auth_mlen != GMAC_DIGEST_LEN) in aesni_probesession() 619 uint8_t iv[AES_BLOCK_LEN], tag[GMAC_DIGEST_LEN]; in aesni_cipher_crypt()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel.c | 2470 sess->digestlen = GMAC_DIGEST_LEN; in safexcel_newsession() 2480 sess->digestlen = GMAC_DIGEST_LEN; in safexcel_newsession()
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | 1831 char tag[GMAC_DIGEST_LEN]; in ccp_gcm_done()
|