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

/freebsd-current/lib/libcrypt/
H A Dcrypt-sha512.c102 SHA512_Update(&ctx, key, key_len);
107 SHA512_Update(&ctx, salt, salt_len);
114 SHA512_Update(&alt_ctx, key, key_len);
117 SHA512_Update(&alt_ctx, salt, salt_len);
120 SHA512_Update(&alt_ctx, key, key_len);
127 SHA512_Update(&ctx, alt_result, 64);
128 SHA512_Update(&ctx, alt_result, cnt);
134 SHA512_Update(&ctx, alt_result, 64);
136 SHA512_Update(&ctx, key, key_len);
146 SHA512_Update(
[all...]
H A DMakefile39 SHA512_Init SHA512_Final SHA512_Update
/freebsd-current/sys/crypto/sha2/
H A Dsha512.h50 #ifndef SHA512_Update
51 #define SHA512_Update _libmd_SHA512_Update macro
83 void SHA512_Update(SHA512_CTX *, const void *, size_t);
H A Dsha512c.c312 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) function
397 SHA512_Update(ctx, in, len);
436 SHA512_Update(ctx, in, len);
482 SHA512_Update((SHA512_CTX *)ctx, in, len);
510 #undef SHA512_Update macro
511 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec_sha512.c40 (mac_veriexec_fpop_update_t) SHA512_Update,
/freebsd-current/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c84 SHA512_Init, SHA512_Update, SHA512_Final)
89 sha512_224_init, SHA512_Update, SHA512_Final)
94 sha512_256_init, SHA512_Update, SHA512_Final)
/freebsd-current/sys/geom/eli/
H A Dg_eli_hmac.c61 SHA512_Update(&lctx, hkey, hkeylen);
73 SHA512_Update(&ctx->innerctx, k_ipad, sizeof(k_ipad));
77 SHA512_Update(&ctx->outerctx, k_opad, sizeof(k_opad));
86 SHA512_Update(&ctx->innerctx, data, datasize);
98 SHA512_Update(&ctx->outerctx, digest, sizeof(digest));
/freebsd-current/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c75 SHA512_Update(&ctx, in, SHA512_BLOCK_LENGTH);
135 SHA512_Update(&ctx, in, len);
/freebsd-current/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c51 #define sha512_224_Update SHA512_Update
53 #define sha512_256_Update SHA512_Update
/freebsd-current/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-current/crypto/openssl/include/openssl/
H A Dsha.h124 OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
/freebsd-current/sys/opencrypto/
H A Dxform_sha2.c186 SHA512_Update(ctx, buf, len);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c78 SHA512_Update(&lctx, c_key->ck_data, cl_bytes);
91 SHA512_Update(&ctx->innerctx, k_ipad, sizeof (k_ipad));
95 SHA512_Update(&ctx->outerctx, k_opad, sizeof (k_opad));
102 SHA512_Update(&ctx->innerctx, data, datasize);
114 SHA512_Update(&ctx->outerctx, digest, sizeof (digest));
/freebsd-current/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c237 SHA512_Update(&ctx, buf + j, len);
/freebsd-current/lib/libunbound/
H A Dconfig.h541 /* Define to 1 if you have the `SHA512_Update' function. */
1486 void SHA512_Update(SHA512_CTX*, void*, size_t);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_digest.c1273 SHA512_Update(ctx, indata, insize);
1345 SHA512_Update(ctx, indata, insize);
/freebsd-current/lib/libmd/
H A DMakefile52 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd-current/crypto/openssl/crypto/sha/
H A Dsha512.c279 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) function
329 return SHA512_Update(c, data, len);
/freebsd-current/sbin/md5/
H A Dmd5.c154 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c491 SHA512_Update(&(c->SHA512), data, len);
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile3726 MLINKS+= SHA256_Init.3 SHA512_Update.3
/freebsd-current/contrib/unbound/
H A Dconfigure23372 for ac_func in SHA512_Update
23374 ac_fn_c_check_func "$LINENO" "SHA512_Update" "ac_cv_func_SHA512_Update"
23475 for ac_func in SHA512_Update
23477 ac_fn_c_check_func "$LINENO" "SHA512_Update" "ac_cv_func_SHA512_Update"

Completed in 420 milliseconds