Searched refs:compute_sha (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c622 compute_sha(CK_BYTE *data, function
H A Dloadsave.c773 if ((rc = compute_sha(obj_data, obj_data_len_32, hash_sha)) != CKR_OK)
1083 if ((rc = compute_sha(ptr, obj_data_len, hash_sha)) != CKR_OK)
H A Dtpm_specific.c1599 if ((rc = compute_sha(pPin, ulPinLen, hash_sha)))
1851 if ((rc = compute_sha(pOldPin, ulOldPinLen, oldpin_hash))) {
1854 if ((rc = compute_sha(pNewPin, ulNewPinLen, newpin_hash))) {
1975 if ((rc = compute_sha(pPin, ulPinLen, hash_sha))) {
H A Dtpmtok_int.h618 CK_RV compute_sha(CK_BYTE *, CK_ULONG_32, CK_BYTE *);

Completed in 797 milliseconds