compute_sha
if ((rc = compute_sha(ptr, obj_data_len, hash_sha)) != CKR_OK)
if ((rc = compute_sha(obj_data, obj_data_len_32, hash_sha)) != CKR_OK)
if ((rc = compute_sha(pPin, ulPinLen, hash_sha))) {
if ((rc = compute_sha(pOldPin, ulOldPinLen, oldpin_hash))) {
if ((rc = compute_sha(pNewPin, ulNewPinLen, newpin_hash))) {
if ((rc = compute_sha(pPin, ulPinLen, hash_sha))) {
CK_RV compute_sha(CK_BYTE *, CK_ULONG_32, CK_BYTE *);