Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c2084 CK_ULONG out_len = 0, hmac_size; in soft_keystore_get_single_obj() local
2087 hmac_size = OBJ_HMAC_SIZE; in soft_keystore_get_single_obj()
2089 nread, obj_hmac, &hmac_size) != CKR_OK) { in soft_keystore_get_single_obj()
2204 CK_ULONG hmac_size; in soft_keystore_put_new_obj() local
2359 hmac_size = OBJ_HMAC_SIZE; in soft_keystore_put_new_obj()
2361 out_len, obj_hmac, &hmac_size) != CKR_OK) { in soft_keystore_put_new_obj()
2366 if (hmac_size != OBJ_HMAC_SIZE) { in soft_keystore_put_new_obj()
2479 CK_ULONG hmac_size; in soft_keystore_modify_obj() local
2608 hmac_size = OBJ_HMAC_SIZE; in soft_keystore_modify_obj()
2610 out_len, obj_hmac, &hmac_size) != CKR_OK) { in soft_keystore_modify_obj()
[all …]