Home
last modified time | relevance | path

Searched refs:AES_GMAC_IV_LEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h241 #define AES_GMAC_IV_LEN 12 macro
H A Dgcm.c678 if (gcm_init(gcm_ctx, gmac_param->pIv, AES_GMAC_IV_LEN, in gmac_init_ctx()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c1446 gcm_params->ulIvLen = AES_GMAC_IV_LEN; in process_gmac_mech()
H A Ddprov.c4531 AES_GMAC_IV_LEN + auth_data_len; in copyin_aes_gmac_mech()
4540 aes_gmac_params->pAAD = aes_gmac_params->pIv + AES_GMAC_IV_LEN; in copyin_aes_gmac_mech()
4543 aes_gmac_params->pIv, AES_GMAC_IV_LEN) != 0) { in copyin_aes_gmac_mech()
4900 AES_GMAC_IV_LEN + params->ulAADLen; in dprov_free_mechanism()