Home
last modified time | relevance | path

Searched refs:ZSize (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.c661 uint16_t ZSize, /*seedLen*/ in RsaOaepMGF1() argument
707 CC_PalMemCopy(T_TMP, Z_ptr/*seed*/, ZSize); in RsaOaepMGF1()
727 CC_PalMemCopy(&T_TMP[0] + ZSize, &Tmp32Bit, sizeof(uint32_t)); in RsaOaepMGF1()
743 ZSize + sizeof(uint32_t)/*counterSize*/, in RsaOaepMGF1()
752 ZSize + sizeof(uint32_t)/*counterSize*/, in RsaOaepMGF1()
Dcc_rsa_local.h144 uint16_t ZSize,/*size in Bytes*/