Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h176 CC_FFCDH_PARTY_U, /*!< party U of Key Agreement */ enumerator
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c452 if(userParty == CC_FFCDH_PARTY_U) { in FfcDhSchemeInfo()
1728 if(pDhCtx->userParty == CC_FFCDH_PARTY_U) { in FfcDhCalcSharedSecretVal()
1838 if(userParty == CC_FFCDH_PARTY_U) { in FfcDhUpdateOffsets()
2016 if(pDhCtx->userParty == CC_FFCDH_PARTY_U) { in FfcDhCalcConfirmMacTags()