Searched refs:ExponentSize (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 | 58 size_t ExponentSize, in CC_RsaPubKeyBuild() argument 103 if (ExponentSize > CC_RSA_MAX_VALID_KEY_SIZE_VALUE_IN_BYTES) in CC_RsaPubKeyBuild() 121 …CC_CommonConvertMsbLsbBytesToLswMswWords(PubKey_ptr->e, buffSizeBytes, Exponent_ptr, ExponentSize); in CC_RsaPubKeyBuild() 132 …fectiveSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(PubKey_ptr->e, (ExponentSize+3)/4); in CC_RsaPubKeyBuild() 156 …CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(Exponent_ptr, ExponentSize, Modulus_ptr, Modulu… in CC_RsaPubKeyBuild()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_build.h | 42 … size_t ExponentSize, /*!< [in] The size of the exponent (in bytes). */
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | rsa_alt.c | 1484 size_t ExponentSize; in build_cc_pubkey() local 1501 ExponentSize = mbedtls_mpi_size(&ctx->MBEDTLS_PRIVATE(E)); in build_cc_pubkey() 1503 if ((ExponentSize > CC_RSA_MAX_VALID_KEY_SIZE_VALUE_IN_BYTES) || in build_cc_pubkey() 1528 …fectiveSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(PubKey_ptr->e, (ExponentSize+3)/4); in build_cc_pubkey() 1551 …CounterCmpResult = CC_CommonCmpLsWordsUnsignedCounters(PubKey_ptr->e, (ExponentSize+3)/4, PubKey_p… in build_cc_pubkey()
|