Home
last modified time | relevance | path

Searched refs:userNonce (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh_local.h290 uint8_t userNonce[CC_FFCDH_MAX_GENER_ORDER_SIZE_IN_BYTES]; /*!< user's Nonce */ member
Dcc_ffcdh.c1029 CHECK_ERROR(RndGenerateVectFunc(pRndState, pDhCtx->userNonce, pDhCtx->nonceSize)); in CC_FfcDhGeneratePublPrivKeys()
1526 CHECK_ERROR(RndGenerateVectFunc(pRndState, &pDhCtx->userNonce[0], pDhCtx->nonceSize)); in CC_FfcDhGenerateRandomNonce()
1613 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userNonce, pDhCtx->userNonceSizeBytes, &fullLen); in CC_FfcDhCreateUserInfo()
1991 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userNonce, pDhCtx->userNonceSizeBytes, &fullLen); in FfcDhCalcConfirmMacTags()
2028 FfcDhWriteBufferBeToBe(&pTmp, pDhCtx->userNonce, pDhCtx->userNonceSizeBytes, &fullLen); in FfcDhCalcConfirmMacTags()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h374 uint32_t userNonce[CC_FFCDH_MAX_GENER_ORDER_SIZE_IN_WORDS]; member