Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_build.c736 uint32_t eSizeInBytes; in CC_RsaPubKeyGet() local
778 eSizeInBytes = CALC_FULL_BYTES(PubKey_ptr->eSizeInBits); in CC_RsaPubKeyGet()
783 *ExponentSize_ptr = eSizeInBytes; in CC_RsaPubKeyGet()
791 if (eSizeInBytes > *ExponentSize_ptr) in CC_RsaPubKeyGet()
800 PubKey_ptr->e, eSizeInBytes ); in CC_RsaPubKeyGet()
815 *ExponentSize_ptr = (uint16_t)eSizeInBytes; in CC_RsaPubKeyGet()
820 CC_PalMemSetZero(Exponent_ptr, eSizeInBytes); in CC_RsaPubKeyGet()