Home
last modified time | relevance | path

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

12

/freebsd/lib/libcrypt/
H A Dcrypt-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 …]
/freebsd/sys/geom/eli/
H A Dg_eli_hmac.c61 SHA512_Update(&lctx, hkey, hkeylen); in g_eli_crypto_hmac_init()
73 SHA512_Update(&ctx->innerctx, k_ipad, sizeof(k_ipad)); in g_eli_crypto_hmac_init()
77 SHA512_Update(&ctx->outerctx, k_opad, sizeof(k_opad)); in g_eli_crypto_hmac_init()
86 SHA512_Update(&ctx->innerctx, data, datasize); in g_eli_crypto_hmac_update()
98 SHA512_Update(&ctx->outerctx, digest, sizeof(digest)); in g_eli_crypto_hmac_final()
/freebsd/sys/crypto/sha2/
H A Dsha512.h50 #ifndef SHA512_Update
51 #define SHA512_Update _libmd_SHA512_Update macro
79 void SHA512_Update(SHA512_CTX *, const void *, size_t);
H A Dsha512c.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/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/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c79 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()
92 SHA512_Update(&ctx->innerctx, k_ipad, sizeof (k_ipad)); in crypto_mac_init()
96 SHA512_Update(&ctx->outerctx, k_opad, sizeof (k_opad)); in crypto_mac_init()
103 SHA512_Update(&ctx->innerctx, data, datasize); in crypto_mac_update()
115 SHA512_Update(&ctx->outerctx, digest, sizeof (digest)); in crypto_mac_final()
/freebsd/contrib/unbound/compat/
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)); in getentropy_phdr()
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 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 Dsha512.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/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c51 #define sha512_224_Update SHA512_Update
53 #define sha512_256_Update SHA512_Update
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c75 SHA512_Update(&ctx, in, SHA512_BLOCK_LENGTH); in qatUtilsHashSHA512()
135 SHA512_Update(&ctx, in, len); in qatUtilsHashSHA512Full()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha512.c40 (mac_veriexec_fpop_update_t) SHA512_Update,
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_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/crypto/openssl/include/openssl/
H A Dsha.h124 OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
/freebsd/sys/opencrypto/
H A Dxform_sha2.c186 SHA512_Update(ctx, buf, len); in SHA512Update_int()
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c237 SHA512_Update(&ctx, buf + j, len); in ATF_TC_BODY()
/freebsd/lib/libmd/
H A DSymbol.map92 SHA512_Update;
H A DMakefile54 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd/sys/geom/bde/
H A Dg_bde_lock.c
/freebsd/lib/libunbound/
H A Dconfig.h1489 void SHA512_Update(SHA512_CTX*, void*, size_t);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c1273 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
1345 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.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/sbin/md5/
H A Dmd5.c154 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
/freebsd/usr.bin/xinstall/
H A Dxinstall.c491 SHA512_Update(&(c->SHA512), data, len); in digest_update()

12