Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c408 CHECK_ERROR(FfcGetCountOfRabMilTests(&countRabMilTests, orderSizeBytes*CC_BITS_IN_BYTE)); in FfcFips186v4FindOrderQ()
410CHECK_ERROR(FfcGetHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, NULL, pDomain->ff… in FfcFips186v4FindOrderQ()
424 CHECK_ERROR(RndGenerateVectFunc(pRndState, pSeed, seedSizeBytes)); in FfcFips186v4FindOrderQ()
444 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords( in FfcFips186v4FindOrderQ()
448 CHECK_ERROR(RsaPrimeTestCall(pRndContext, pOrder, orderSizeWords, in FfcFips186v4FindOrderQ()
542 CHECK_ERROR(FfcGetCountOfRabMilTests(&countRabMilTests, primeSizeBytes*CC_BITS_IN_BYTE)); in FfcFips186v4FindPrimeP()
545CHECK_ERROR(FfcGetHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, NULL, pDomain->ff… in FfcFips186v4FindPrimeP()
603 CHECK_ERROR(PkiLongNumDiv(pPrimeP/*numerator*/, primeSizeWords, p2Q/*divider*/, in FfcFips186v4FindPrimeP()
616 CHECK_ERROR(RsaPrimeTestCall(pRndContext, pPrimeP, primeSizeWords, countRabMilTests, in FfcFips186v4FindPrimeP()
713CHECK_ERROR(FfcGetHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, NULL, pDomain->ff… in FfcFips186v4CreateGenerator()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c760CHECK_ERROR(FfcGetHashMode(&hashMode, NULL/*pHkdfHashMode*/, NULL/*pBlockSize*/, &hashSize, ffcHas… in CC_FfcDhCtxSetSchemeParams()
763CHECK_ERROR(FfcGetDomainSizes(NULL/*pMaxSecurStrengthBytes*/, &ffcPrimeSize/*pPrimeLenBytes*/, in CC_FfcDhCtxSetSchemeParams()
1029 CHECK_ERROR(RndGenerateVectFunc(pRndState, pDhCtx->userNonce, pDhCtx->nonceSize)); in CC_FfcDhGeneratePublPrivKeys()
1107 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords(pPublKey32/*out32*/, primeSizeBytes, in CC_FfcDhValidatePublKey()
1269 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords(pPublKey32/*out32*/, primeSizeBytes, in CC_FfcDhValidateAndImportPublKey()
1407 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords(pPublKey32/*out32*/, primeSizeBytes, in CC_FfcDhValidateAndImportKeyPair()
1409 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords(pPrivKey32/*out32*/, orderSizeBytes, in CC_FfcDhValidateAndImportKeyPair()
1526 CHECK_ERROR(RndGenerateVectFunc(pRndState, &pDhCtx->userNonce[0], pDhCtx->nonceSize)); in CC_FfcDhGenerateRandomNonce()
1670 CHECK_ERROR(err); in FfcDhValidatePartnInfoPublKey()
1976 CHECK_ERROR(FfcGetHashMode(&hashMode, NULL, NULL/*pBlockSize*/, in FfcDhCalcConfirmMacTags()
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffc_domain.h63 #define CHECK_ERROR(err) if((err)) goto End macro