Home
last modified time | relevance | path

Searched refs:SHA2Init (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dsha2_zfs.c61 SHA2Init(SHA256, &ctx); in abd_checksum_sha256()
86 SHA2Init(SHA512_256, &ctx); in abd_checksum_sha512_native()
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dsha2_test.c194 SHA2Init(SHA ## mode ## _MECH_INFO_TYPE, &ctx); \ in main()
218 SHA2Init(SHA ## mode ## _MECH_INFO_TYPE, &ctx); \ in main()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dsha2.h115 extern void SHA2Init(int algotype, SHA2_CTX *ctx);
/freebsd-14.2/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c54 SHA2Init(mech, ctx); \
203 SHA2Init(mechanism->cm_type, &PROV_SHA2_CTX(ctx)->sc_sha2_ctx); in sha2_digest_init()
549 SHA2Init(mechanism->cm_type, &sha2_ctx); in sha2_digest_atomic()
663 SHA2Init(ctx->hc_mech_type, &ctx->hc_icontext); in sha2_mac_init_ctx()
667 SHA2Init(ctx->hc_mech_type, &ctx->hc_ocontext); in sha2_mac_init_ctx()
/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c398 SHA2Init(int algotype, SHA2_CTX *ctx) in SHA2Init() function
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1165 SHA2Init(SHA512, &ctx); in zio_crypt_do_indirect_mac_checksum_impl()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1336 SHA2Init(SHA512, &ctx); in zio_crypt_do_indirect_mac_checksum_impl()