Searched defs:hash_ctx (Results 1 – 5 of 5) sorted by relevance
18 struct hash_ctx { struct20 void (*init)(struct hash_ctx *ctx); argument21 void (*update)(struct hash_ctx *ctx, const void *data, size_t size); argument22 void (*final)(struct hash_ctx *ctx, u8 *out); argument23 void (*free)(struct hash_ctx *ctx); argument
82 static int caam_hash_update(void *hash_ctx, const void *buf, in caam_hash_update()128 static int caam_hash_finish(void *hash_ctx, void *dest_buf, in caam_hash_finish()
468 sha1_context hash_ctx; in create_request_auth() local532 sha1_context hash_ctx; in verify_response_auth() local
1907 SHA512_CTX hash_ctx; in ED25519_sign() local1976 SHA512_CTX hash_ctx; in ED25519_verify() local
2056 SHA256_CTX hash_ctx; in HRSS_encap() local2083 SHA256_CTX hash_ctx; in HRSS_decap() local