Searched refs:SHA2Update (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/icp/io/ |
| H A D | sha2_mod.c | 55 SHA2Update(ctx, key, len); \ 400 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx, in sha2_digest() 461 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx, in sha2_digest_update() 553 SHA2Update(&sha2_ctx, (uint8_t *)data-> in sha2_digest_atomic() 664 SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size); in sha2_mac_init_ctx() 668 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_mac_init_ctx() 772 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, in sha2_mac_update() 838 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final() 887 SHA2Update(&(ctx).hc_icontext, \ 988 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, in sha2_mac_atomic() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/ |
| H A D | sha2_test.c | 195 SHA2Update(&ctx, _m, strlen(_m)); \ in main() 220 SHA2Update(&ctx, block, sizeof (block)); \ in main()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | sha2.h | 118 extern void SHA2Update(SHA2_CTX *ctx, const void *data, size_t len);
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | sha2_zfs.c | 38 SHA2Update(ctx, buf, size); in sha_incremental()
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2_generic.c | 484 SHA2Update(SHA2_CTX *ctx, const void *data, size_t len) in SHA2Update() function
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 936 SHA2Update(ctx, &bab, bab_len); in zio_crypt_bp_do_indrect_checksum_updates()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1033 SHA2Update(ctx, &bab, bab_len); in zio_crypt_bp_do_indrect_checksum_updates()
|