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/ |
D | cc_ecpki_build_publ.c | 274 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_EcpkiPubKeyExport() 297 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_EcpkiPubKeyExport() 304 err = CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_EcpkiPubKeyExport()
|
D | cc_ecdsa_sign.c | 470 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/ |
D | cc3xx_internal_rsa_util.c | 491 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/ |
D | cc_rsa_prim.c | 156 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()
|
D | cc_rsa_build.c | 799 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/ |
D | cc_common.h | 162 CCError_t CC_CommonConvertLswMswWordsToMsbLsbBytes(
|
D | cc_common_conv_endian.c | 248 CCError_t CC_CommonConvertLswMswWordsToMsbLsbBytes( in CC_CommonConvertLswMswWordsToMsbLsbBytes() function
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/ |
D | cc_dh_kg.c | 1063 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/ |
D | cc_ffc_domain.c | 1268 …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/ |
D | stackinfo | 622 CC_CommonConvertLswMswWordsToMsbLsbBytes 108 24
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/ |
D | cc_ffcdh.c | 2524 CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pSharedSecretVal, *pSharedSecretValSize, in CC_FfcDhGetSharedSecretVal()
|