Home
last modified time | relevance | path

Searched refs:SHA256_Update (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256.h53 #ifndef SHA256_Update
54 #define SHA256_Update _libmd_SHA256_Update macro
86 void SHA256_Update(SHA256_CTX *, const void *, size_t);
H A Dsha256c.c251 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() function
336 SHA256_Update((SHA256_CTX *)ctx, in, len); in SHA224_Update()
365 #undef SHA256_Update
366 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
/f-stack/freebsd/crypto/sha2/
H A Dsha256.h53 #ifndef SHA256_Update
54 #define SHA256_Update _libmd_SHA256_Update macro
86 void SHA256_Update(SHA256_CTX *, const void *, size_t);
H A Dsha256c.c248 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() function
333 SHA256_Update((SHA256_CTX *)ctx, in, len); in SHA224_Update()
361 #undef SHA256_Update
362 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
/f-stack/freebsd/libkern/
H A Darc4random.c113 SHA256_Update(&ctx, key, sizeof(key)); in chacha20_randomstir()
114 SHA256_Update(&ctx, &cc, sizeof(cc)); in chacha20_randomstir()
116 SHA256_Update(&ctx, &fver, sizeof(fver)); in chacha20_randomstir()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha256.c40 (mac_veriexec_fpop_update_t) SHA256_Update,
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h129 SHA256_Update(&c->SHA256_ctx, p, s); in SHA2Update()
/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c174 SHA256_Update(ctx, buf, len); in SHA256Update_int()
/f-stack/freebsd/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c230 SHA256_Update(&ctx, data, len); in verify_digest()
/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h455 #define SCTP_SHA256_UPDATE SHA256_Update
/f-stack/freebsd/kern/
H A Dkern_shutdown.c1089 SHA256_Update(&ctx, kdc->kdc_iv, sizeof(kdc->kdc_iv)); in kerneldumpcrypto_init()