Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_types.h420 uint8_t T_Buf[CC_RSA_SIZE_OF_T_STRING_BYTES]; member
500 uint8_t T_Buf[CC_RSA_SIZE_OF_T_STRING_BYTES]; member
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_pss21_util.c72 uint8_t *dbMask_ptr = Context_ptr->T_Buf; in RsaPssVerify21()
299 uint8_t *MaskOutput_ptr = Context_ptr->T_Buf;/*for stack space saving*/ in RsaPssSign21()
Dcc_rsa_local.h148 …uint8_t *T_Buf, /*T_Buf is a buffer used for data manipulation for the function to use instead…
Dcc_rsa_oaep.c665 uint8_t *T_Buf, /*1-st tempBuff*/ in RsaOaepMGF1() argument
676 …uint8_t *T = T_Buf;/*The size of T for MGF1 used to be 2048/8 now the size of T_Buf in the context… in RsaOaepMGF1()