Home
last modified time | relevance | path

Searched refs:pIv (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/crypto/
H A Dcommon.h86 uchar_t *pIv; member
96 uchar_t *pIv; member
136 caddr32_t pIv; member
146 caddr32_t pIv; member
/titanic_41/usr/src/common/crypto/modes/
H A Dgcm.c643 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_41/usr/src/uts/common/crypto/io/
H A Daes.c1412 if (params->pIv == NULL) in process_gmac_mech()
1415 gcm_params->pIv = params->pIv; in process_gmac_mech()
H A Ddprov.c4440 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_41/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1505 CK_BYTE_PTR pIv; /* pointer to IV */ member
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c7825 params->pIv = nonce;