Home
last modified time | relevance | path

Searched refs:ExponentEffectiveSizeInBits (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_build.c71 uint32_t ExponentEffectiveSizeInBits; in CC_RsaPubKeyBuild() local
132ExponentEffectiveSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(PubKey_ptr->e, (Exponent… in CC_RsaPubKeyBuild()
150 if (ExponentEffectiveSizeInBits == 0) { in CC_RsaPubKeyBuild()
164 if (ExponentEffectiveSizeInBits < 32 && PubKey_ptr->e[0] < CC_RSA_MIN_PUB_EXP_VALUE) { in CC_RsaPubKeyBuild()
174 PubKey_ptr->eSizeInBits = ExponentEffectiveSizeInBits; in CC_RsaPubKeyBuild()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c1487 uint32_t ExponentEffectiveSizeInBits; in build_cc_pubkey() local
1528ExponentEffectiveSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(PubKey_ptr->e, (Exponent… in build_cc_pubkey()
1545 if (ExponentEffectiveSizeInBits == 0) { in build_cc_pubkey()
1559 if (ExponentEffectiveSizeInBits < 32 && PubKey_ptr->e[0] < CC_RSA_MIN_PUB_EXP_VALUE) { in build_cc_pubkey()
1569 PubKey_ptr->eSizeInBits = ExponentEffectiveSizeInBits; in build_cc_pubkey()