Home
last modified time | relevance | path

Searched refs:SHA512_Update (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha512.h53 #ifndef SHA512_Update
54 #define SHA512_Update _libmd_SHA512_Update
87 void SHA512_Update(SHA512_CTX *, const void *, size_t);
H A Dsha512c.c280 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_Update() function
365 SHA512_Update(ctx, in, len); in SHA512_224_Update()
405 SHA512_Update(ctx, in, len); in SHA512_256_Update()
452 SHA512_Update((SHA512_CTX *)ctx, in, len); in SHA384_Update()
481 #undef SHA512_Update
482 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
/f-stack/freebsd/crypto/sha2/
H A Dsha512.h52 #ifndef SHA512_Update
53 #define SHA512_Update _libmd_SHA512_Update macro
85 void SHA512_Update(SHA512_CTX *, const void *, size_t);
H A Dsha512c.c278 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_Update() function
363 SHA512_Update(ctx, in, len); in SHA512_224_Update()
402 SHA512_Update(ctx, in, len); in SHA512_256_Update()
448 SHA512_Update((SHA512_CTX *)ctx, in, len); in SHA384_Update()
476 #undef SHA512_Update
477 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha512.c40 (mac_veriexec_fpop_update_t) SHA512_Update,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c83 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()
96 SHA512_Update(&ctx->innerctx, k_ipad, sizeof (k_ipad)); in crypto_mac_init()
100 SHA512_Update(&ctx->outerctx, k_opad, sizeof (k_opad)); in crypto_mac_init()
107 SHA512_Update(&ctx->innerctx, data, datasize); in crypto_mac_update()
119 SHA512_Update(&ctx->outerctx, digest, sizeof (digest)); in crypto_mac_final()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h135 SHA512_Update(&c->SHA512_ctx, p, s); in SHA2Update()
/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c188 SHA512_Update(ctx, buf, len); in SHA512Update_int()