Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA.c799 UINT32 hInSize, // IN: size of hash to be signed in RSASSA_Encode() argument
820 (unsigned)_cpri__GetDigestSize(hashAlg) != hInSize) in RSASSA_Encode()
822 fillSize = eOutSize - derSize - hInSize - 3; in RSASSA_Encode()
834 for(; hInSize > 0; hInSize--) in RSASSA_Encode()
853 UINT32 hInSize, // IN: size of the digest to compare in RSASSA_Decode() argument
867 if(derSize == 0 || (unsigned)hashSize != hInSize) in RSASSA_Decode()
882 for(; hInSize > 0; hInSize--) in RSASSA_Decode()
1062 UINT32 hInSize, // IN: size of digest to be signed in _cpri__SignRSA() argument
1078 retVal = PssEncode(*sigOutSize, sigOut, hashAlg, hInSize, hIn in _cpri__SignRSA()
1086 retVal = RSASSA_Encode(*sigOutSize, sigOut, hashAlg, hInSize, hIn); in _cpri__SignRSA()
[all …]
DCpriRSA_fp.h50 UINT32 hInSize, // IN: size of digest to be signed
65 UINT32 hInSize, // IN: size of digest to be checked