Home
last modified time | relevance | path

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

12

/freebsd-12-stable/lib/libcrypt/
Dcrypt-sha512.c104 SHA512_Update(&ctx, key, key_len); in crypt_sha512()
109 SHA512_Update(&ctx, salt, salt_len); in crypt_sha512()
116 SHA512_Update(&alt_ctx, key, key_len); in crypt_sha512()
119 SHA512_Update(&alt_ctx, salt, salt_len); in crypt_sha512()
122 SHA512_Update(&alt_ctx, key, key_len); in crypt_sha512()
129 SHA512_Update(&ctx, alt_result, 64); in crypt_sha512()
130 SHA512_Update(&ctx, alt_result, cnt); in crypt_sha512()
136 SHA512_Update(&ctx, alt_result, 64); in crypt_sha512()
138 SHA512_Update(&ctx, key, key_len); in crypt_sha512()
148 SHA512_Update(&alt_ctx, key, key_len); in crypt_sha512()
[all …]
DMakefile39 SHA512_Init SHA512_Final SHA512_Update
/freebsd-12-stable/sys/geom/eli/
Dg_eli_hmac.c64 SHA512_Update(&lctx, hkey, hkeylen); in g_eli_crypto_hmac_init()
76 SHA512_Update(&ctx->innerctx, k_ipad, sizeof(k_ipad)); in g_eli_crypto_hmac_init()
80 SHA512_Update(&ctx->outerctx, k_opad, sizeof(k_opad)); in g_eli_crypto_hmac_init()
89 SHA512_Update(&ctx->innerctx, data, datasize); in g_eli_crypto_hmac_update()
101 SHA512_Update(&ctx->outerctx, digest, sizeof(digest)); in g_eli_crypto_hmac_final()
/freebsd-12-stable/sys/crypto/sha2/
Dsha512.h52 #ifndef SHA512_Update
53 #define SHA512_Update _libmd_SHA512_Update macro
85 void SHA512_Update(SHA512_CTX *, const void *, size_t);
Dsha512c.c281 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_Update() function
366 SHA512_Update(ctx, in, len); in SHA512_224_Update()
405 SHA512_Update(ctx, in, len); in SHA512_256_Update()
451 SHA512_Update((SHA512_CTX *)ctx, in, len); in SHA384_Update()
479 #undef SHA512_Update
480 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_rand.c242 SHA512_Update(&sha, &done, sizeof(done)); in BN_generate_dsa_nonce()
243 SHA512_Update(&sha, private_bytes, sizeof(private_bytes)); in BN_generate_dsa_nonce()
244 SHA512_Update(&sha, message, message_len); in BN_generate_dsa_nonce()
245 SHA512_Update(&sha, random_bytes, sizeof(random_bytes)); in BN_generate_dsa_nonce()
/freebsd-12-stable/contrib/unbound/compat/
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()
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*)))
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*)))
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-12-stable/sys/security/mac_veriexec/
Dmac_veriexec_sha512.c40 (mac_veriexec_fpop_update_t) SHA512_Update,
/freebsd-12-stable/crypto/openssl/doc/man3/
DSHA256_Init.pod7 SHA384_Init, SHA384_Update, SHA384_Final, SHA512, SHA512_Init, SHA512_Update,
39 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
/freebsd-12-stable/crypto/openssl/include/openssl/
Dsha.h110 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
/freebsd-12-stable/sys/opencrypto/
Dxform_sha2.c188 SHA512_Update(ctx, buf, len); in SHA512Update_int()
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/hash/
Dt_sha2.c237 SHA512_Update(&ctx, buf + j, len); in ATF_TC_BODY()
/freebsd-12-stable/crypto/openssl/crypto/sha/
Dsha512.c264 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() function
314 return SHA512_Update(c, data, len); in SHA384_Update()
334 SHA512_Update(&c, d, n); in SHA384()
348 SHA512_Update(&c, d, n); in SHA512()
/freebsd-12-stable/crypto/openssl/crypto/evp/
Dm_sha1.c215 return SHA512_Update(EVP_MD_CTX_md_data(ctx), data, count); in update512()
/freebsd-12-stable/sys/geom/bde/
Dg_bde_lock.c84 SHA512_Update(&cx, input, len); in g_bde_hash_pass()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_digest.c1217 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
1289 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dcurve25519.c5442 SHA512_Update(&hash_ctx, private_key, 32); in ED25519_sign()
5450 SHA512_Update(&hash_ctx, az + 32, 32); in ED25519_sign()
5451 SHA512_Update(&hash_ctx, message, message_len); in ED25519_sign()
5459 SHA512_Update(&hash_ctx, out_sig, 32); in ED25519_sign()
5460 SHA512_Update(&hash_ctx, public_key, 32); in ED25519_sign()
5461 SHA512_Update(&hash_ctx, message, message_len); in ED25519_sign()
5530 SHA512_Update(&hash_ctx, r, 32); in ED25519_verify()
5531 SHA512_Update(&hash_ctx, public_key, 32); in ED25519_verify()
5532 SHA512_Update(&hash_ctx, message, message_len); in ED25519_verify()
/freebsd-12-stable/usr.sbin/unbound/
Dconfig.h1487 void SHA512_Update(SHA512_CTX*, void*, size_t);
/freebsd-12-stable/sbin/md5/
Dmd5.c139 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
/freebsd-12-stable/crypto/openssl/engines/
De_ossltest.c553 return SHA512_Update(data(ctx), data, (size_t)count); in digest_sha512_update()
/freebsd-12-stable/lib/libmd/
DMakefile52 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
/freebsd-12-stable/usr.bin/xinstall/
Dxinstall.c454 SHA512_Update(&(c->SHA512), data, len); in digest_update()

12