Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_oaep.c673 uint32_t CounterMaxSize, Tmp32Bit; in RsaOaepMGF1() local
722 Tmp32Bit = CC_COMMON_REVERSE32(Counter); in RsaOaepMGF1()
724 Tmp32Bit = Counter; in RsaOaepMGF1()
727 CC_PalMemCopy(&T_TMP[0] + ZSize, &Tmp32Bit, sizeof(uint32_t)); in RsaOaepMGF1()