Home
last modified time | relevance | path

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

12

/freebsd-14-stable/lib/libcrypt/
HDcrypt-sha512.c103 SHA512_Update(&ctx, key, key_len); in crypt_sha512()
108 SHA512_Update(&ctx, salt, salt_len); in crypt_sha512()
115 SHA512_Update(&alt_ctx, key, key_len); in crypt_sha512()
118 SHA512_Update(&alt_ctx, salt, salt_len); in crypt_sha512()
121 SHA512_Update(&alt_ctx, key, key_len); in crypt_sha512()
128 SHA512_Update(&ctx, alt_result, 64); in crypt_sha512()
129 SHA512_Update(&ctx, alt_result, cnt); in crypt_sha512()
135 SHA512_Update(&ctx, alt_result, 64); in crypt_sha512()
137 SHA512_Update(&ctx, key, key_len); in crypt_sha512()
147 SHA512_Update(&alt_ctx, key, key_len); in crypt_sha512()
[all …]
HDMakefile39 SHA512_Init SHA512_Final SHA512_Update
/freebsd-14-stable/sys/geom/eli/
HDg_eli_hmac.c62 SHA512_Update(&lctx, hkey, hkeylen); in g_eli_crypto_hmac_init()
74 SHA512_Update(&ctx->innerctx, k_ipad, sizeof(k_ipad)); in g_eli_crypto_hmac_init()
78 SHA512_Update(&ctx->outerctx, k_opad, sizeof(k_opad)); in g_eli_crypto_hmac_init()
87 SHA512_Update(&ctx->innerctx, data, datasize); in g_eli_crypto_hmac_update()
99 SHA512_Update(&ctx->outerctx, digest, sizeof(digest)); in g_eli_crypto_hmac_final()
/freebsd-14-stable/sys/crypto/sha2/
HDsha512.h50 #ifndef SHA512_Update
51 #define SHA512_Update _libmd_SHA512_Update macro
83 void SHA512_Update(SHA512_CTX *, const void *, size_t);
HDsha512c.c312 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_Update() function
397 SHA512_Update(ctx, in, len); in SHA512_224_Update()
436 SHA512_Update(ctx, in, len); in SHA512_256_Update()
482 SHA512_Update((SHA512_CTX *)ctx, in, len); in SHA384_Update()
510 #undef SHA512_Update
511 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
/freebsd-14-stable/crypto/openssl/providers/implementations/digests/
HDsha2_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-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDcrypto_os.c78 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()
91 SHA512_Update(&ctx->innerctx, k_ipad, sizeof (k_ipad)); in crypto_mac_init()
95 SHA512_Update(&ctx->outerctx, k_opad, sizeof (k_opad)); in crypto_mac_init()
102 SHA512_Update(&ctx->innerctx, data, datasize); in crypto_mac_update()
114 SHA512_Update(&ctx->outerctx, digest, sizeof (digest)); in crypto_mac_final()
/freebsd-14-stable/contrib/unbound/compat/
HDgetentropy_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)); in getentropy_phdr()
HDgetentropy_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*)))
HDgetentropy_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*)))
HDsha512.c61 void SHA512_Update(SHA512_CTX*, void*, size_t);
348 void SHA512_Update(SHA512_CTX* context, void *datain, size_t len) { in SHA512_Update() function
474 SHA512_Update(&ctx, data, data_len); in SHA512()
/freebsd-14-stable/sys/security/mac_veriexec/
HDmac_veriexec_sha512.c40 (mac_veriexec_fpop_update_t) SHA512_Update,
/freebsd-14-stable/sys/dev/qat/qat_api/qat_utils/src/
HDQatUtilsCrypto.c75 SHA512_Update(&ctx, in, SHA512_BLOCK_LENGTH); in qatUtilsHashSHA512()
135 SHA512_Update(&ctx, in, len); in qatUtilsHashSHA512Full()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDlegacy_sha.c51 #define sha512_224_Update SHA512_Update
53 #define sha512_256_Update SHA512_Update
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSHA256_Init.pod7 SHA384_Init, SHA384_Update, SHA384_Final, SHA512, SHA512_Init, SHA512_Update,
41 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
/freebsd-14-stable/crypto/openssl/include/openssl/
HDsha.h124 OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
/freebsd-14-stable/sys/opencrypto/
HDxform_sha2.c187 SHA512_Update(ctx, buf, len); in SHA512Update_int()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/hash/
HDt_sha2.c237 SHA512_Update(&ctx, buf + j, len); in ATF_TC_BODY()
/freebsd-14-stable/sys/geom/bde/
HDg_bde_lock.c82 SHA512_Update(&cx, input, len); in g_bde_hash_pass()
/freebsd-14-stable/lib/libunbound/
HDconfig.h1489 void SHA512_Update(SHA512_CTX*, void*, size_t);
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_digest.c1273 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
1345 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
/freebsd-14-stable/crypto/openssl/crypto/sha/
HDsha512.c279 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() function
329 return SHA512_Update(c, data, len); in SHA384_Update()
/freebsd-14-stable/lib/libmd/
HDMakefile52 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd-14-stable/sbin/md5/
HDmd5.c155 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
/freebsd-14-stable/usr.bin/xinstall/
HDxinstall.c503 SHA512_Update(&(c->SHA512), data, len); in digest_update()

12