| /freebsd-12-stable/lib/libcrypt/ |
| D | crypt-sha512.c | 104 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 …]
|
| D | Makefile | 39 SHA512_Init SHA512_Final SHA512_Update
|
| /freebsd-12-stable/sys/geom/eli/ |
| D | g_eli_hmac.c | 64 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/ |
| D | sha512.h | 52 #ifndef SHA512_Update 53 #define SHA512_Update _libmd_SHA512_Update macro 85 void SHA512_Update(SHA512_CTX *, const void *, size_t);
|
| D | sha512c.c | 281 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/ |
| D | bn_rand.c | 242 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/ |
| D | getentropy_linux.c | 59 #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()
|
| D | getentropy_osx.c | 62 #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*)))
|
| D | getentropy_solaris.c | 47 #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*)))
|
| D | sha512.c | 61 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/ |
| D | mac_veriexec_sha512.c | 40 (mac_veriexec_fpop_update_t) SHA512_Update,
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SHA256_Init.pod | 7 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/ |
| D | sha.h | 110 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
|
| /freebsd-12-stable/sys/opencrypto/ |
| D | xform_sha2.c | 188 SHA512_Update(ctx, buf, len); in SHA512Update_int()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/hash/ |
| D | t_sha2.c | 237 SHA512_Update(&ctx, buf + j, len); in ATF_TC_BODY()
|
| /freebsd-12-stable/crypto/openssl/crypto/sha/ |
| D | sha512.c | 264 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/ |
| D | m_sha1.c | 215 return SHA512_Update(EVP_MD_CTX_md_data(ctx), data, count); in update512()
|
| /freebsd-12-stable/sys/geom/bde/ |
| D | g_bde_lock.c | 84 SHA512_Update(&cx, input, len); in g_bde_hash_pass()
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_digest.c | 1217 SHA512_Update(ctx, indata, insize); in __archive_sha512update() 1289 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | curve25519.c | 5442 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/ |
| D | config.h | 1487 void SHA512_Update(SHA512_CTX*, void*, size_t);
|
| /freebsd-12-stable/sbin/md5/ |
| D | md5.c | 139 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
|
| /freebsd-12-stable/crypto/openssl/engines/ |
| D | e_ossltest.c | 553 return SHA512_Update(data(ctx), data, (size_t)count); in digest_sha512_update()
|
| /freebsd-12-stable/lib/libmd/ |
| D | Makefile | 52 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
|
| /freebsd-12-stable/usr.bin/xinstall/ |
| D | xinstall.c | 454 SHA512_Update(&(c->SHA512), data, len); in digest_update()
|