Searched refs:pIv (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | common.h | 86 uchar_t *pIv; member 96 uchar_t *pIv; member 136 caddr32_t pIv; member 146 caddr32_t pIv; member
|
/titanic_44/usr/src/common/crypto/modes/ |
H A D | gcm.c | 643 if (gcm_init(gcm_ctx, gcm_param->pIv, gcm_param->ulIvLen, in gcm_init_ctx() 678 if (gcm_init(gcm_ctx, gmac_param->pIv, AES_GMAC_IV_LEN, in gmac_init_ctx()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 1412 if (params->pIv == NULL) in process_gmac_mech() 1415 gcm_params->pIv = params->pIv; in process_gmac_mech()
|
H A D | dprov.c | 4440 aes_gcm_params->pIv in copyin_aes_gcm_mech() 4442 aes_gcm_params->pAAD = aes_gcm_params->pIv + nonce_len; in copyin_aes_gcm_mech() 4444 if (copyin((char *)STRUCT_FGETP(params, pIv), in copyin_aes_gcm_mech() 4445 aes_gcm_params->pIv, nonce_len) != 0) { in copyin_aes_gcm_mech() 4512 aes_gmac_params->pIv in copyin_aes_gmac_mech() 4514 aes_gmac_params->pAAD = aes_gmac_params->pIv + AES_GMAC_IV_LEN; in copyin_aes_gmac_mech() 4516 if (copyin((char *)STRUCT_FGETP(params, pIv), in copyin_aes_gmac_mech() 4517 aes_gmac_params->pIv, AES_GMAC_IV_LEN) != 0) { in copyin_aes_gmac_mech()
|
/titanic_44/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 1505 CK_BYTE_PTR pIv; /* pointer to IV */ member
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 7825 params->pIv = nonce;
|