Searched defs:crypto_hash (Results 1 – 2 of 2) sorted by relevance
51 struct crypto_hash { struct52 struct crypto_hash_ctx hash_ctx; /* Crypto Hash API context */ argument53 struct hashctx *ctx; /* Hash Context */
88 struct crypto_hash { struct89 struct crypto_hash_ctx hash_ctx; /* Crypto Hash API context */ argument105 static struct crypto_hash *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx() argument