Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_build.c229 size_t PubExponentSize, in CC_RsaPrivKeyBuild() argument
279 PubExponentSize > CC_RSA_MAX_VALID_KEY_SIZE_VALUE_IN_BYTES) in CC_RsaPrivKeyBuild()
357 PubExponent_ptr, PubExponentSize); in CC_RsaPrivKeyBuild()
364 …_CommonGetWordsCounterEffectiveSizeInBits(PrivKey_ptr->PriveKeyDb.NonCrt.e, (PubExponentSize+3)/4); in CC_RsaPrivKeyBuild()
374 CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(PubExponent_ptr, PubExponentSize, in CC_RsaPrivKeyBuild()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_build.h61 …size_t PubExponentSize, /*!< [in] The size of the public exponent (in bytes…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c1101 size_t PrivExponentSize, PubExponentSize; in build_cc_priv_non_crt_key() local
1118 PubExponentSize = mbedtls_mpi_size(&ctx->MBEDTLS_PRIVATE(E)); in build_cc_priv_non_crt_key()
1128 if (PubExponentSize > CC_RSA_MAX_VALID_KEY_SIZE_VALUE_IN_BYTES) in build_cc_priv_non_crt_key()
1187 …opy(PrivKey_ptr->PriveKeyDb.NonCrt.e, ctx->MBEDTLS_PRIVATE(E).MBEDTLS_PRIVATE(p), PubExponentSize); in build_cc_priv_non_crt_key()
1189 …_CommonGetWordsCounterEffectiveSizeInBits(PrivKey_ptr->PriveKeyDb.NonCrt.e, (PubExponentSize+3)/4); in build_cc_priv_non_crt_key()
1199 … CC_CommonCmpLsWordsUnsignedCounters(PrivKey_ptr->PriveKeyDb.NonCrt.e, (PubExponentSize+3)/4, in build_cc_priv_non_crt_key()