Home
last modified time | relevance | path

Searched refs:TMP_SIZE (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_pkcs_ver15_util.c94 #define TMP_SIZE 16 in RsaGenRndNonZeroVect() macro
97 uint8_t tmp[TMP_SIZE]; in RsaGenRndNonZeroVect()
98 uint8_t zero[TMP_SIZE] = { 0 }; in RsaGenRndNonZeroVect()
128 if (CC_PalMemCmp(tmp, zero, TMP_SIZE) == 0) { in RsaGenRndNonZeroVect()