Home
last modified time | relevance | path

Searched refs:emLen (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.c58 uint16_t emLen, /* The value is set before the call */ in RsaPssOaepEncode() argument
159 if ((uint32_t)MSize + 2 * HashOutputSize + VersionConstant > emLen) in RsaPssOaepEncode()
172 …CC_PalMemSetZero((uint8_t*)&EM_ptr[2*HashOutputSize], emLen-MSize-2*HashOutputSize-VersionConstant… in RsaPssOaepEncode()
240 …EM_ptr[emLen - MSize - 1 - (VersionConstant-1)] = 0x01;/*because emLen = PubNSize; but EM_ptr poin… in RsaPssOaepEncode()
242 …CC_PalMemCopy((uint8_t*)&EM_ptr[emLen - MSize - (VersionConstant - 1)], M_ptr, MSize);/*because em… in RsaPssOaepEncode()
274emLen-HashOutputSize-(VersionConstant-1), /*maskLen*/ in RsaPssOaepEncode()
297 TmpSize = emLen - HashOutputSize - (VersionConstant - 1); in RsaPssOaepEncode()
315 (uint16_t)(emLen-HashOutputSize-(VersionConstant-1)), in RsaPssOaepEncode()
Dcc_rsa_local.h164 uint16_t emLen, /* The value is set before the call */