Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_hash_cache.c15 crypto_hash_calc direct_calc = hash_cache->direct_calc; in hash_cache_calc() local
44 ret = direct_calc(hash_cache->user_data, in hash_cache_calc()
63 ret = direct_calc(hash_cache->user_data, hash_cache->cache, in hash_cache_calc()
92 struct crypto_hash_cache *crypto_hash_cache_alloc(crypto_hash_calc direct_calc, in crypto_hash_cache_alloc() argument
98 if (!direct_calc) in crypto_hash_cache_alloc()
107 hash_cache->direct_calc = direct_calc; in crypto_hash_cache_alloc()
130 crypto_hash_calc direct_calc = hash_cache->direct_calc; in crypto_hash_update_with_cache() local
170 ret = direct_calc(hash_cache->user_data, in crypto_hash_update_with_cache()
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_hash_cache.h16 crypto_hash_calc direct_calc; /* hardware hash callback*/ member
28 struct crypto_hash_cache *crypto_hash_cache_alloc(crypto_hash_calc direct_calc,