Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_build.c115 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PubKey_ptr->n, buffSizeBytes, Modulus_ptr, Modulu… in CC_RsaPubKeyBuild()
121 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PubKey_ptr->e, buffSizeBytes, Exponent_ptr, Expon… in CC_RsaPubKeyBuild()
293 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->n, buffSizeBytes, Modulus_ptr, Modul… in CC_RsaPrivKeyBuild()
299 … Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.NonCrt.d, buffSizeBytes, in CC_RsaPrivKeyBuild()
356 … Error = CC_CommonConvertMsbLsbBytesToLswMswWords( PrivKey_ptr->PriveKeyDb.NonCrt.e, buffSizeBytes, in CC_RsaPrivKeyBuild()
561 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.Crt.P, buffSizeBytes, P_p… in CC_RsaPrivKeyCrtBuild()
567 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.Crt.Q, buffSizeBytes, Q_p… in CC_RsaPrivKeyCrtBuild()
573 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.Crt.dP, buffSizeBytes, dP… in CC_RsaPrivKeyCrtBuild()
579 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.Crt.dQ, buffSizeBytes, dQ… in CC_RsaPrivKeyCrtBuild()
585 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrivKey_ptr->PriveKeyDb.Crt.qInv, buffSizeBytes, … in CC_RsaPrivKeyCrtBuild()
Dcc_rsa_prim.c130 Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrimeData_ptr->DataIn, 4*((nSizeInBytes+3)/4), in CC_RsaPrimEncrypt()
277 Error = CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_RsaPrimDecrypt()
Dcc_rsa_kg.c112 Error = CC_CommonConvertMsbLsbBytesToLswMswWords( in KGCheckAndSetParamsRSA()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_build_publ.c108 err = CC_CommonConvertMsbLsbBytesToLswMswWords(pPublKey->x, sizeof(pPublKey->x), in CC_EcpkiPublKeyBuildAndCheck()
124 err = CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_EcpkiPublKeyBuildAndCheck()
Dcc_ecpki_build_priv.c99 err = CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_EcpkiPrivKeyBuild()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common.h129 CCError_t CC_CommonConvertMsbLsbBytesToLswMswWords(
Dcc_common_conv_endian.c172 CCError_t CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_CommonConvertMsbLsbBytesToLswMswWords() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c729 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(tmpPubKey_ptr->n, modPsizeBytes, modP_ptr, modPsi… in CC_DhCheckPubKey()
735 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(tmpPubKey_ptr->e, modPsizeBytes, orderQ_ptr, orde… in CC_DhCheckPubKey()
741 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(tempBuff_ptr->PrimeData.DataIn, modPsizeBytes, pu… in CC_DhCheckPubKey()
Dcc_dh_kg.c422 … Error = CC_CommonConvertMsbLsbBytesToLswMswWords(Q_ptr, QsizeBytes, (uint8_t*)Q_ptr, QsizeBytes); in DhX942FindPrimeQ()
660 …Error = CC_CommonConvertMsbLsbBytesToLswMswWords(P_ptr, modSizeWords*4, (uint8_t*)P_ptr, modSizeBy… in DhX942FindPrimeP()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c444 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords( in FfcFips186v4FindOrderQ()
728 CC_CommonConvertMsbLsbBytesToLswMswWords(pHashResW, pDomain->hashDigestSize, in FfcFips186v4CreateGenerator()
1186CC_CommonConvertMsbLsbBytesToLswMswWords(pDomain->prime, primeSizeBytes, pPrime, primeSizeBytes); in CC_FfcValidateAndImportDomain()
1187CC_CommonConvertMsbLsbBytesToLswMswWords(pDomain->order, orderSizeBytes, pOrder, primeSizeBytes); in CC_FfcValidateAndImportDomain()
1188CC_CommonConvertMsbLsbBytesToLswMswWords(pDomain->genG, primeSizeBytes, pGenerator, primeSizeBytes… in CC_FfcValidateAndImportDomain()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1107 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()
2488 CHECK_AND_SET_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_FfcDhGetSharedSecretVal()
2491 CHECK_AND_SET_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_FfcDhGetSharedSecretVal()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Dstackinfo621 CC_CommonConvertMsbLsbBytesToLswMswWords 130 24