Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_hash_cache.c141 if (!hash_cache->use_cache && in crypto_hash_update_with_cache()
157 hash_cache->use_cache = 1; in crypto_hash_update_with_cache()
164 hash_cache->use_cache = 1; in crypto_hash_update_with_cache()
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_hash_cache.h24 u8 use_cache; /* is use cache or not*/ member