Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_sym.h952 #define CPA_CY_SYM_CCM_SET_NONCE(pOpData, pNonce, nonceLen) do { \ argument
953 memcpy(&pOpData->pIv[1], pNonce, nonceLen); \
954 memcpy(&pOpData->pAdditionalAuthData[1], pNonce, nonceLen); \
/freebsd/sys/opencrypto/
H A Dcbc_mac.c78 AES_CBC_MAC_Reinit(void *vctx, const uint8_t *nonce, u_int nonceLen) in AES_CBC_MAC_Reinit() argument
83 ctx->nonceLength = nonceLen; in AES_CBC_MAC_Reinit()