Searched refs:crypto_hash_cache (Results 1 – 19 of 19) sorted by relevance
12 static int hash_cache_calc(struct crypto_hash_cache *hash_cache, const u8 *data, in hash_cache_calc()92 struct crypto_hash_cache *crypto_hash_cache_alloc(crypto_hash_calc direct_calc, in crypto_hash_cache_alloc()96 struct crypto_hash_cache *hash_cache = NULL; in crypto_hash_cache_alloc()101 hash_cache = malloc(sizeof(struct crypto_hash_cache)); in crypto_hash_cache_alloc()116 void crypto_hash_cache_free(struct crypto_hash_cache *hash_cache) in crypto_hash_cache_free()127 int crypto_hash_update_with_cache(struct crypto_hash_cache *hash_cache, in crypto_hash_update_with_cache()
7 obj-$(CONFIG_$(SPL_TPL_)ROCKCHIP_CRYPTO_V1) += crypto_v1.o crypto_hash_cache.o8 obj-$(CONFIG_$(SPL_TPL_)ROCKCHIP_CRYPTO_V2) += crypto_v2.o crypto_hash_cache.o
27 struct crypto_hash_cache *hash_cache;
40 struct crypto_hash_cache *hash_cache;
15 struct crypto_hash_cache { struct28 struct crypto_hash_cache *crypto_hash_cache_alloc(crypto_hash_calc direct_calc, argument32 void crypto_hash_cache_free(struct crypto_hash_cache *hash_cache);33 int crypto_hash_update_with_cache(struct crypto_hash_cache *hash_cache,