Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRsa.c840 TPM2B *hIn // IN: digest value to encode in RSASSA_Encode() argument
856 if(CryptHashGetDigestSize(hashAlg) != hIn->size) in RSASSA_Encode()
858 fillSize = pOut->size - derSize - hIn->size - 3; in RSASSA_Encode()
873 der = hIn->buffer; in RSASSA_Encode()
874 for(fillSize = hIn->size; fillSize > 0; fillSize--) in RSASSA_Encode()
890 TPM2B *hIn, // In: the digest to compare in RSASSA_Decode() argument
905 pAssert(hIn != NULL && eIn != NULL); in RSASSA_Decode()
910 if(derSize == 0 || (unsigned)hashSize != hIn->size) in RSASSA_Decode()
928 digestSize = hIn->size; in RSASSA_Decode()
929 digest = hIn->buffer; in RSASSA_Decode()
[all …]
DCryptHash.c222 const HMAC_STATE *hIn = (HMAC_STATE *)in; in CryptHashCopyState() local
224 hOut->hmacKey = hIn->hmacKey; in CryptHashCopyState()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptRsa_fp.h174 TPM2B_DIGEST *hIn, // IN: the digest to sign