Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.h21 RK_RES soft_hmac(uint32_t algo, const uint8_t *key, uint32_t key_len,
H A Dtest_hash.c107 res = soft_hmac(algo, key, key_len, buffer, buffer_len, hash_soft, &out_len); in test_hash_item_virt()
189 res = soft_hmac(algo, key, key_len, buffer->vaddr, buffer->size, in test_hash_item_fd()
H A Dcmode_adapter.c189 RK_RES soft_hmac(uint32_t algo, const uint8_t *key, uint32_t key_len, in soft_hmac() function