Searched refs:hmac_size (Results 1 – 1 of 1) sorted by relevance
2084 CK_ULONG out_len = 0, hmac_size; in soft_keystore_get_single_obj() local2087 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() local2359 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() local2608 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 …]