Searched refs:tag_length (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_ccm.c | 202 static const int tag_length = 16; /* 128 bits */ in AES_CCM_encrypt() local 239 key, nr, nbytes, tag_length); in AES_CCM_encrypt() 280 bcopy(&staging_block, tag, tag_length); in AES_CCM_encrypt() 384 static const int tag_length = 16; /* 128 bits */ in AES_CCM_decrypt() local 415 key, nr, nbytes, tag_length); in AES_CCM_decrypt() 430 if (timingsafe_bcmp(&staging_block, tag, tag_length) != 0) { in AES_CCM_decrypt()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_bootcfg.c | 406 uint8_t tag_length = DHCP_FULL_TAG_LENGTH(hdrp); in efx_dhcp_delete_tag() local 417 if (encap_hdrp->length > tag_length) { in efx_dhcp_delete_tag() 419 (size_t)encap_hdrp->length - tag_length); in efx_dhcp_delete_tag()
|