Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_oaep.c375 uint16_t EMSize, in RsaPssOaepDecode() argument
439 if (EMSize < 2*HashOutputSize + 1) in RsaPssOaepDecode()
460 … (uint16_t)(EMSize - HashOutputSize), /*seedLen*/ in RsaPssOaepDecode()
493 EMSize - HashOutputSize, in RsaPssOaepDecode()
506 TmpSize = EMSize - HashOutputSize; in RsaPssOaepDecode()
581 TmpSize = EMSize - 2*HashOutputSize; in RsaPssOaepDecode()
612 if (*MSize_ptr < (uint32_t)(EMSize - 2*HashOutputSize - I - 1)) { in RsaPssOaepDecode()
617 else if (*MSize_ptr > (uint32_t)(EMSize - 2*HashOutputSize - I - 1)) { in RsaPssOaepDecode()
619 *MSize_ptr = EMSize - 2*HashOutputSize - I - 1; in RsaPssOaepDecode()
Dcc_rsa_local.h178 uint16_t EMSize,