Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_build_publ.c274 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_EcpkiPubKeyExport()
297 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_EcpkiPubKeyExport()
304 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_EcpkiPubKeyExport()
Dcc_ecdsa_sign.c470 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in EcdsaSignFinishInt()
478 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in EcdsaSignFinishInt()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_rsa_util.c491 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
505 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
519 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
533 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
547 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
561 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
585 cc_err = CC_CommonConvertLswMswWordsToMsbLsbBytes(temp_buff, d_size_bytes, in cc3xx_rsa_save_der_priv_key()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_prim.c156 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Output_ptr, 4*((nSizeInBytes+3)/4), in CC_RsaPrimEncrypt()
306 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Output_ptr, 4*((nSizeInBytes+3)/4), in CC_RsaPrimDecrypt()
Dcc_rsa_build.c799 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Exponent_ptr, 4*((*ExponentSize_ptr+3)/4), in CC_RsaPubKeyGet()
806 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(Modulus_ptr, 4*((*ModulusSize_ptr+3)/4), in CC_RsaPubKeyGet()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common.h162 CCError_t CC_CommonConvertLswMswWordsToMsbLsbBytes(
Dcc_common_conv_endian.c248 CCError_t CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_CommonConvertLswMswWordsToMsbLsbBytes() function
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c1063 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes( in DhCreateDomainParams()
1072 … Error = CC_CommonConvertLswMswWordsToMsbLsbBytes(modP_ptr, modSizeBytes, P_ptr, modSizeBytes); in DhCreateDomainParams()
1079 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes( in DhCreateDomainParams()
1111 Error = CC_CommonConvertLswMswWordsToMsbLsbBytes( in DhCreateDomainParams()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c1268 …CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pPrime, primeSizeBytes, pDomain->prime, prime… in CC_FfcExportDomain()
1274 …CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pOrder, orderSizeBytes, pDomain->order, order… in CC_FfcExportDomain()
1280 …CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pGenerator, primeSizeBytes, pDomain->genG, pr… in CC_FfcExportDomain()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Dstackinfo622 CC_CommonConvertLswMswWordsToMsbLsbBytes 108 24
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c2524 CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pSharedSecretVal, *pSharedSecretValSize, in CC_FfcDhGetSharedSecretVal()