Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c55 SHA2Update(ctx, key, len); \
182 SHA2Update(sha2_ctx, (uint8_t *)zfs_uio_iovbase(data->cd_uio, in sha2_digest_update_uio()
357 SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size); in sha2_mac_init_ctx()
361 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_mac_init_ctx()
441 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, in sha2_mac_update()
492 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final()
541 SHA2Update(&(ctx).hc_icontext, \
616 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len); in sha2_mac_atomic()
722 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len); in sha2_mac_verify_atomic()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dsha2_test.c149 SHA2Update(&ctx, _m, strlen(_m)); \ in main()
174 SHA2Update(&ctx, block, sizeof (block)); \ in main()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dsha2.h101 extern void SHA2Update(SHA2_CTX *ctx, const void *data, size_t len);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsha2_zfs.c38 SHA2Update(ctx, buf, size); in sha_incremental()
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c453 SHA2Update(SHA2_CTX *ctx, const void *data, size_t len) in SHA2Update() function
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c936 SHA2Update(ctx, &bab, bab_len); in zio_crypt_bp_do_indrect_checksum_updates()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1033 SHA2Update(ctx, &bab, bab_len); in zio_crypt_bp_do_indrect_checksum_updates()