Searched refs:SHA512_Update (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/sys/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) function
363 SHA512_Update(ctx, in, len);
402 SHA512_Update(ctx, in, len);
448 SHA512_Update((SHA512_CTX *)ctx, in, len);
476 #undef SHA512_Update macro
477 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-sha512.c106 SHA512_Update(&ctx, key, key_len);
111 SHA512_Update(&ctx, salt, salt_len);
118 SHA512_Update(&alt_ctx, key, key_len);
121 SHA512_Update(&alt_ctx, salt, salt_len);
124 SHA512_Update(&alt_ctx, key, key_len);
131 SHA512_Update(&ctx, alt_result, 64);
132 SHA512_Update(&ctx, alt_result, cnt);
138 SHA512_Update(&ctx, alt_result, 64);
140 SHA512_Update(&ctx, key, key_len);
150 SHA512_Update(
[all...]
H A DMakefile37 SHA512_Init SHA512_Final SHA512_Update
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_hmac.c64 SHA512_Update(&lctx, hkey, hkeylen);
76 SHA512_Update(&ctx->innerctx, k_ipad, sizeof(k_ipad));
80 SHA512_Update(&ctx->outerctx, k_opad, sizeof(k_opad));
89 SHA512_Update(&ctx->innerctx, data, datasize);
101 SHA512_Update(&ctx->outerctx, digest, sizeof(digest));
/freebsd-11-stable/sys/opencrypto/
H A Dxform_sha2.c107 SHA512_Update(ctx, buf, len);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c47 #define SHA512_Update SHA512Update macro
68 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l)))
69 #define HD(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (x)))
70 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*)))
H A Dgetentropy_linux.c59 #define SHA512_Update(x, b, s) sha512_update(x, s, b) macro
84 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l)))
85 #define HD(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (x)))
86 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*)))
328 SHA512_Update(ctx, &info->dlpi_addr, sizeof (info->dlpi_addr));
H A Dgetentropy_osx.c62 #define SHA512_Update(a, b, c) (CC_SHA512_Update((a), (b), (c))) macro
79 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l)))
80 #define HD(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (x)))
81 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*)))
H A Dsha512.c61 void SHA512_Update(SHA512_CTX*, void*, size_t);
348 void SHA512_Update(SHA512_CTX* context, void *datain, size_t len) { function
474 SHA512_Update(&ctx, data, data_len);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c188 return SHA512_Update(ctx->md_data, data, count);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h117 void SHA512_Update(SHA512_CTX *, const u_int8_t *, size_t)
H A Dsha2.c737 SHA512_Update(SHA512_CTX *context, const u_int8_t *data, size_t len) function
860 __weak_alias(SHA384_Update, SHA512_Update);
873 SHA512_Update(context, data, len);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h204 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
H A Dsha512.c186 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) function
236 return SHA512_Update(c, data, len);
256 SHA512_Update(&c, d, n);
270 SHA512_Update(&c, d, n);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c237 SHA512_Update(&ctx, buf + j, len);
/freebsd-11-stable/crypto/openssh/
H A Ddigest-libc.c118 (md_update_fn *) SHA512_Update,
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_lock.c82 SHA512_Update(&cx, input, len);
/freebsd-11-stable/sbin/md5/
H A Dmd5.c120 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h494 /* Define to 1 if you have the `SHA512_Update' function. */
1345 void SHA512_Update(SHA512_CTX*, void*, size_t);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c1212 SHA512_Update(ctx, indata, insize);
1284 SHA512_Update(ctx, indata, insize);
/freebsd-11-stable/lib/libmd/
H A DMakefile45 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c452 SHA512_Update(&(c->SHA512), data, len);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man1225 MLINKS+= sha.3 SHA512_Update.3
/freebsd-11-stable/contrib/unbound/
H A Dconfigure20794 for ac_func in SHA512_Update
20796 ac_fn_c_check_func "$LINENO" "SHA512_Update" "ac_cv_func_SHA512_Update"
20895 for ac_func in SHA512_Update
20897 ac_fn_c_check_func "$LINENO" "SHA512_Update" "ac_cv_func_SHA512_Update"

Completed in 345 milliseconds