Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c710 uint32_t ffcPrimeSize, ffcOrderSize; in CC_FfcDhCtxSetSchemeParams() local
764 &ffcOrderSize/*pOrderLenBytes*/, &minHashSize, ffcParamSetId)); in CC_FfcDhCtxSetSchemeParams()
768 (pDomain->ordLenWords * CC_32BIT_WORD_SIZE != ffcOrderSize) || in CC_FfcDhCtxSetSchemeParams()
838 pDhCtx->nonceSize = ffcOrderSize; in CC_FfcDhCtxSetSchemeParams()
892 uint32_t ffcOrderSize = pFfcDomain->ordLenWords*CC_32BIT_WORD_SIZE; in FfcDhGenKeyPair() local
920 ffcOrderSize); /*priv.key size in word*/ in FfcDhGenKeyPair()
2114 uint32_t size1 = 0, size2 = 0, ffcOrderSize; in CC_FfcDhSetAndCalculateSchemeData() local
2171 ffcOrderSize = pDhCtx->ffcDomain.ordLenWords*CC_32BIT_WORD_SIZE; in CC_FfcDhSetAndCalculateSchemeData()
2244 CHECK_AND_SET_ERROR(size2 != ffcOrderSize, CC_FFCDH_PARTN_INFO_PARSING_SIZE_ERROR); in CC_FfcDhSetAndCalculateSchemeData()