Searched refs:crypto_hash (Results 1 – 1 of 1) sorted by relevance
88 struct crypto_hash { struct105 static struct crypto_hash *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx() argument109 return container_of(ctx, struct crypto_hash, hash_ctx); in to_hash_ctx()159 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_init()175 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_update()191 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_final()204 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_free()221 struct crypto_hash *hash_src = to_hash_ctx(src_ctx); in do_hash_copy_state()222 struct crypto_hash *hash_dst = to_hash_ctx(dst_ctx); in do_hash_copy_state()247 struct crypto_hash *hash = NULL; in caam_hash_allocate()
Completed in 3 milliseconds