Searched refs:crypto_hash_ctx (Results 1 – 2 of 2) sorted by relevance
374 struct shash_desc **descp = crypto_hash_ctx(tfm); in shash_compat_setkey()382 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_init()393 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_update()407 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_final()419 struct shash_desc **descp = crypto_hash_ctx(hdesc->tfm); in shash_compat_digest()
286 static inline void *crypto_hash_ctx(struct crypto_hash *tfm) in crypto_hash_ctx() function