Searched refs:PrivExponentSize (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_build.c | 227 size_t PrivExponentSize, in CC_RsaPrivKeyBuild() argument 275 if (PrivExponentSize > CC_RSA_MAX_VALID_KEY_SIZE_VALUE_IN_BYTES) in CC_RsaPrivKeyBuild() 300 PrivExponent_ptr, PrivExponentSize); in CC_RsaPrivKeyBuild() 311 …CC_CommonGetWordsCounterEffectiveSizeInBits(PrivKey_ptr->PriveKeyDb.NonCrt.d, (PrivExponentSize+3)… in CC_RsaPrivKeyBuild() 338 CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(PrivExponent_ptr, PrivExponentSize, in CC_RsaPrivKeyBuild()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_build.h | 59 …size_t PrivExponentSize, /*!< [in] The size of the private exponent (in byte…
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | rsa_alt.c | 1101 size_t PrivExponentSize, PubExponentSize; in build_cc_priv_non_crt_key() local 1119 PrivExponentSize = mbedtls_mpi_size(&ctx->MBEDTLS_PRIVATE(D)); in build_cc_priv_non_crt_key() 1125 if (PrivExponentSize > CC_RSA_MAX_VALID_KEY_SIZE_VALUE_IN_BYTES) in build_cc_priv_non_crt_key() 1142 …py(PrivKey_ptr->PriveKeyDb.NonCrt.d, ctx->MBEDTLS_PRIVATE(D).MBEDTLS_PRIVATE(p), PrivExponentSize); in build_cc_priv_non_crt_key() 1151 …onGetWordsCounterEffectiveSizeInBits(PrivKey_ptr->PriveKeyDb.NonCrt.d, (PrivExponentSize + 3) / 4); in build_cc_priv_non_crt_key() 1172 … CC_CommonCmpLsWordsUnsignedCounters(PrivKey_ptr->PriveKeyDb.NonCrt.d, (PrivExponentSize+3)/4, in build_cc_priv_non_crt_key()
|