Searched refs:ExponentEffectiveSizeInBits (Results 1 – 2 of 2) sorted by relevance
71 uint32_t ExponentEffectiveSizeInBits; in CC_RsaPubKeyBuild() local132 …ExponentEffectiveSizeInBits = 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()
1487 uint32_t ExponentEffectiveSizeInBits; in build_cc_pubkey() local1528 …ExponentEffectiveSizeInBits = 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()