Home
last modified time | relevance | path

Searched refs:sha2_hmac_ctx_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c798 sizeof (sha2_hmac_ctx_t)); in sha2_mac_init()
803 sha2_hmac_ctx_t *hmac_ctx = ctx->cc_provider_private; in sha2_mac_init()
964 bzero(ctx->cc_provider_private, sizeof (sha2_hmac_ctx_t)); in sha2_mac_final()
995 sha2_hmac_ctx_t sha2_hmac_ctx; in sha2_mac_atomic()
1119 bzero(&sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t)); in sha2_mac_atomic()
1133 sha2_hmac_ctx_t sha2_hmac_ctx; in sha2_mac_verify_atomic()
1295 bzero(&sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t)); in sha2_mac_verify_atomic()
1311 sha2_hmac_ctx_t *sha2_hmac_ctx_tmpl; in sha2_create_ctx_template()
1343 sha2_hmac_ctx_tmpl = kmem_alloc(sizeof (sha2_hmac_ctx_t), in sha2_create_ctx_template()
1369 *ctx_template_size = sizeof (sha2_hmac_ctx_t); in sha2_create_ctx_template()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h58 } sha2_hmac_ctx_t; typedef