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/ |
D | cc_rsa_build.c | 115 …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()
|
D | cc_rsa_prim.c | 130 Error = CC_CommonConvertMsbLsbBytesToLswMswWords(PrimeData_ptr->DataIn, 4*((nSizeInBytes+3)/4), in CC_RsaPrimEncrypt() 277 Error = CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_RsaPrimDecrypt()
|
D | cc_rsa_kg.c | 112 Error = CC_CommonConvertMsbLsbBytesToLswMswWords( in KGCheckAndSetParamsRSA()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
D | cc_ecpki_build_publ.c | 108 err = CC_CommonConvertMsbLsbBytesToLswMswWords(pPublKey->x, sizeof(pPublKey->x), in CC_EcpkiPublKeyBuildAndCheck() 124 err = CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_EcpkiPublKeyBuildAndCheck()
|
D | cc_ecpki_build_priv.c | 99 err = CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_EcpkiPrivKeyBuild()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/ |
D | cc_common.h | 129 CCError_t CC_CommonConvertMsbLsbBytesToLswMswWords(
|
D | cc_common_conv_endian.c | 172 CCError_t CC_CommonConvertMsbLsbBytesToLswMswWords( in CC_CommonConvertMsbLsbBytesToLswMswWords() function
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/ |
D | cc_dh.c | 729 …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()
|
D | cc_dh_kg.c | 422 … 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/ |
D | cc_ffc_domain.c | 444 CHECK_ERROR(CC_CommonConvertMsbLsbBytesToLswMswWords( in FfcFips186v4FindOrderQ() 728 CC_CommonConvertMsbLsbBytesToLswMswWords(pHashResW, pDomain->hashDigestSize, in FfcFips186v4CreateGenerator() 1186 … CC_CommonConvertMsbLsbBytesToLswMswWords(pDomain->prime, primeSizeBytes, pPrime, primeSizeBytes); in CC_FfcValidateAndImportDomain() 1187 … CC_CommonConvertMsbLsbBytesToLswMswWords(pDomain->order, orderSizeBytes, pOrder, primeSizeBytes); in CC_FfcValidateAndImportDomain() 1188 …CC_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/ |
D | cc_ffcdh.c | 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() 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/ |
D | stackinfo | 621 CC_CommonConvertMsbLsbBytesToLswMswWords 130 24
|