Searched refs:compute_sha (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | utility.c | 622 compute_sha(CK_BYTE *data, function
|
H A D | loadsave.c | 773 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 D | tpm_specific.c | 1599 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 D | tpmtok_int.h | 618 CK_RV compute_sha(CK_BYTE *, CK_ULONG_32, CK_BYTE *);
|
Completed in 797 milliseconds