Home
last modified time | relevance | path

Searched refs:userParty (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.c425 CCFfcDhUserPartyIs_t userParty = pDhCtx->userParty; in FfcDhSchemeInfo() local
452 if(userParty == CC_FFCDH_PARTY_U) { in FfcDhSchemeInfo()
677 …CCFfcDhUserPartyIs_t userParty, /*!< [in] enumerator, defining role of the user (function's call… in CC_FfcDhCtxSetSchemeParams()
750 …CHECK_AND_RETURN_ERROR(userParty >= CC_FFCDH_PARTY_NUM_OFF_MODE, CC_FFCDH_INVALID_USER_PARTY_I… in CC_FfcDhCtxSetSchemeParams()
835 pDhCtx->userParty = userParty; in CC_FfcDhCtxSetSchemeParams()
1728 if(pDhCtx->userParty == CC_FFCDH_PARTY_U) { in FfcDhCalcSharedSecretVal()
1731 } else if(pDhCtx->userParty == CC_FFCDH_PARTY_V){ in FfcDhCalcSharedSecretVal()
1831 CCFfcDhUserPartyIs_t userParty) in FfcDhUpdateOffsets() argument
1838 if(userParty == CC_FFCDH_PARTY_U) { in FfcDhUpdateOffsets()
1981 if(pDhCtx->userParty == CC_FFCDH_PARTY_V) { in FfcDhCalcConfirmMacTags()
[all …]
Dcc_ffcdh_local.h248 …CCFfcDhUserPartyIs_t userParty; /*!< enumerator, defining user (i.e. the function's caller) par… member
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h532 …CCFfcDhUserPartyIs_t userParty, /*!< [in] enumerator, defining role of the user (function's call…