Searched refs:SHA384_Update (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/crypto/sha2/
H A Dsha384.h52 #ifndef SHA384_Update
53 #define SHA384_Update _libmd_SHA384_Update macro
82 void SHA384_Update(SHA384_CTX *, const void *, size_t);
H A Dsha512c.c445 SHA384_Update(SHA384_CTX * ctx, const void *in, size_t len) function
499 #undef SHA384_Update macro
500 __weak_reference(_libmd_SHA384_Update, SHA384_Update);
/freebsd-12-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha384.c40 (mac_veriexec_fpop_update_t) SHA384_Update,
/freebsd-12-stable/lib/libcrypt/
H A DMakefile38 SHA384_Init SHA384_Final SHA384_Update \
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dsha.h106 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h100 void SHA384_Update(SHA384_CTX *, const u_int8_t *, size_t)
H A Dsha2.c860 __weak_alias(SHA384_Update, SHA512_Update);
871 SHA384_Update(SHA512_CTX *context, const u_int8_t *data, size_t len) function
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c210 SHA384_Update(&ctx, buf + j, len);
/freebsd-12-stable/sys/opencrypto/
H A Dxform_sha2.c181 SHA384_Update(ctx, buf, len);
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c199 return SHA384_Update(EVP_MD_CTX_md_data(ctx), data, count);
/freebsd-12-stable/crypto/openssh/
H A Ddigest-libc.c98 (md_update_fn *) SHA384_Update,
/freebsd-12-stable/sbin/md5/
H A Dmd5.c132 (DIGEST_Update*)&SHA384_Update, (DIGEST_End*)&SHA384_End,
/freebsd-12-stable/lib/libmd/
H A DMakefile48 MLINKS+=sha512.3 SHA384_Init.3 sha512.3 SHA384_Update.3
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c977 SHA384_Update(ctx, indata, insize);
/freebsd-12-stable/crypto/openssl/crypto/sha/
H A Dsha512.c312 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len) function
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2390 MLINKS+= SHA256_Init.3 SHA384_Update.3

Completed in 288 milliseconds