Searched refs:hInSize (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | CpriRSA.c | 794 UINT32 hInSize, // IN: size of hash to be signed in RSASSA_Encode() argument 807 if((unsigned)_cpri__GetDigestSize(hashAlg) != hInSize) in RSASSA_Encode() 809 fillSize = eOutSize - derSize - hInSize - 3; in RSASSA_Encode() 821 for(; hInSize > 0; hInSize--) in RSASSA_Encode() 840 UINT32 hInSize, // IN: size of the digest to compare in RSASSA_Decode() argument 854 if(derSize == 0 || (unsigned)hashSize != hInSize) in RSASSA_Decode() 869 for(; hInSize > 0; hInSize--) in RSASSA_Decode() 1049 UINT32 hInSize, // IN: size of digest to be signed in _cpri__SignRSA() argument 1065 retVal = PssEncode(*sigOutSize, sigOut, hashAlg, hInSize, hIn in _cpri__SignRSA() 1073 retVal = RSASSA_Encode(*sigOutSize, sigOut, hashAlg, hInSize, hIn); in _cpri__SignRSA() [all …]
|
D | CpriRSA_fp.h | 50 UINT32 hInSize, // IN: size of digest to be signed 65 UINT32 hInSize, // IN: size of digest to be checked
|
D | part4.txt | 29769 … CRYPT_PARAMETER eOutSize is not large enough or hInSize does not match the digest 29777 721 UINT32 hInSize, // IN: size of hash to be signed 29798 737 if((unsigned)_cpri__GetDigestSize(hashAlg) != hInSize) 29801 740 fillSize = eOutSize - derSize - hInSize - 3; 29814 753 for(; hInSize > 0; hInSize--) 29833 760 UINT32 hInSize, // IN: size of the digest to compare 29854 776 if(derSize == 0 || (unsigned)hashSize != hInSize) 29871 793 for(; hInSize > 0; hInSize--) 30067 CRYPT_PARAMETER hInSize does not match hashAlg (for RSASSA) 30076 923 UINT32 hInSize, // IN: size of digest to be signed [all …]
|