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

/freebsd-11-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-11-stable/sys/opencrypto/
H A Dxform_sha2.c100 SHA384_Update(ctx, buf, len);
/freebsd-11-stable/lib/libcrypt/
H A DMakefile36 SHA384_Init SHA384_Final SHA384_Update \
/freebsd-11-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-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h200 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
H A Dsha512.c234 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c210 SHA384_Update(&ctx, buf + j, len);
/freebsd-11-stable/crypto/openssh/
H A Ddigest-libc.c108 (md_update_fn *) SHA384_Update,
/freebsd-11-stable/sbin/md5/
H A Dmd5.c117 (DIGEST_Update*)&SHA384_Update, (DIGEST_End*)&SHA384_End,
/freebsd-11-stable/lib/libmd/
H A DMakefile41 MLINKS+=sha512.3 SHA384_Init.3 sha512.3 SHA384_Update.3
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c977 SHA384_Update(ctx, indata, insize);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man1221 MLINKS+= sha.3 SHA384_Update.3

Completed in 270 milliseconds