Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_oaep.c380 size_t *MSize_ptr) in RsaPssOaepDecode() argument
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()
626 CC_PalMemCopy( M_ptr, TmpByte_ptr, *MSize_ptr ); in RsaPssOaepDecode()
Dcc_rsa_local.h183 size_t *MSize_ptr);