Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c63 CCFfcHashOpMode_t ffcHashMode) /* FFC HASH mode */ in FfcGetHashMode() argument
71 switch (ffcHashMode) { in FfcGetHashMode()
410 …tHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, NULL, pDomain->ffcHashMode/*in*/)); in FfcFips186v4FindOrderQ()
545 …tHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, NULL, pDomain->ffcHashMode/*in*/)); in FfcFips186v4FindPrimeP()
713 …tHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, NULL, pDomain->ffcHashMode/*in*/)); in FfcFips186v4CreateGenerator()
808 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of used SHAXXX HASH mode, supported by th… in FfcDomainMinCheckInput() argument
845 &pDomain->hashBlockSize, &pDomain->hashDigestSize, ffcHashMode/*in*/), in FfcDomainMinCheckInput()
862 pDomain->ffcHashMode = ffcHashMode; in FfcDomainMinCheckInput()
913 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of used SHAXXX HASH mode, supported by th… in FfcFips186v4GenerateDomain()
935 ffcParamSetId, ffcHashMode, generIndex)); in FfcFips186v4GenerateDomain()
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h165 CCFfcHashOpMode_t ffcHashMode; /*!< enumerator ID of HASH mode, chosen for domain generation. member
256 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of SHAx HASH mode. Note: HASH SHA1 mode may…
286 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of SHAx HASH mode. Note: HASH SHA1 mode ma…
323 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of SHAx HASH mode. Note: HASH SHA1 mode m…
Dcc_ffcdh.h540 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of used SHAXXX HASH mode, supported by t…
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c43 CCFfcHashOpMode_t ffcHashMode); /* ffc HASH mode */
685 …CCFfcHashOpMode_t ffcHashMode, /*!< [in] enumerator ID of used SHAXXX HASH mode, supported by t… in CC_FfcDhCtxSetSchemeParams()
749 …CHECK_AND_RETURN_ERROR(ffcHashMode >= CC_FFC_HASH_NUM_OFF_MODE, CC_FFCDH_INVALID_HASH_MODE_ERROR… in CC_FfcDhCtxSetSchemeParams()
760 …fcGetHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, &hashSize, ffcHashMode/*in*/)); in CC_FfcDhCtxSetSchemeParams()
769 (pDomain->ffcHashMode != ffcHashMode), CC_FFCDH_INVALID_DOMAIN_DATA_ERROR); in CC_FfcDhCtxSetSchemeParams()
833 pDhCtx->ffcHashMode = ffcHashMode; in CC_FfcDhCtxSetSchemeParams()
1977 NULL/*pDigestSize*/, pDhCtx->ffcHashMode)); in FfcDhCalcConfirmMacTags()
2293 NULL/*pDigestSize*/, pDhCtx->ffcHashMode)); in CC_FfcDhSetAndCalculateSchemeData()
2390 NULL/*pDigestSize*/, pDhCtx->ffcHashMode)); in CC_FfcDhGetSharedSecretKeyingData()
Dcc_ffcdh_local.h246 … CCFfcHashOpMode_t ffcHashMode; /*!< enumerator ID of used SHA-x HASH mode, supported by the member