Home
last modified time | relevance | path

Searched refs:pNonce (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h923 #define CPA_CY_SYM_CCM_SET_NONCE(pOpData, pNonce, nonceLen) do { \ argument
924 memcpy(&pOpData->pIv[1], pNonce, nonceLen); \
925 memcpy(&pOpData->pAdditionalAuthData[1], pNonce, nonceLen); \
/freebsd/crypto/openssh/
H A Dpkcs11.h943 unsigned char *pNonce; member