/freebsd/lib/libcrypt/ |
H A D | crypt-sha512.c | 103 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 D | g_eli_hmac.c | 61 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 D | sha512.h | 50 #ifndef SHA512_Update 51 #define SHA512_Update _libmd_SHA512_Update macro 79 void SHA512_Update(SHA512_CTX *, const void *, size_t);
|
H A D | sha512c.c | 312 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 D | sha2_prov.c | 84 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 D | crypto_os.c | 79 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 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()
|
H A 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*)))
|
H A 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*)))
|
H A 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/crypto/openssl/crypto/evp/ |
H A D | legacy_sha.c | 51 #define sha512_224_Update SHA512_Update 53 #define sha512_256_Update SHA512_Update
|
/freebsd/sys/dev/qat/qat_api/qat_utils/src/ |
H A D | QatUtilsCrypto.c | 75 SHA512_Update(&ctx, in, SHA512_BLOCK_LENGTH); in qatUtilsHashSHA512() 135 SHA512_Update(&ctx, in, len); in qatUtilsHashSHA512Full()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec_sha512.c | 40 (mac_veriexec_fpop_update_t) SHA512_Update,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SHA256_Init.pod | 7 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 D | sha.h | 124 OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
|
/freebsd/sys/opencrypto/ |
H A D | xform_sha2.c | 186 SHA512_Update(ctx, buf, len); in SHA512Update_int()
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_sha2.c | 237 SHA512_Update(&ctx, buf + j, len); in ATF_TC_BODY()
|
/freebsd/lib/libmd/ |
H A D | Symbol.map | 92 SHA512_Update;
|
H A D | Makefile | 54 MLINKS+=sha512.3 SHA512_Init.3 sha512.3 SHA512_Update.3
|
/freebsd/sys/geom/bde/ |
H A D | g_bde_lock.c |
|
/freebsd/lib/libunbound/ |
H A D | config.h | 1489 void SHA512_Update(SHA512_CTX*, void*, size_t);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 1273 SHA512_Update(ctx, indata, insize); in __archive_sha512update() 1345 SHA512_Update(ctx, indata, insize); in __archive_sha512update()
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha512.c | 279 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 D | md5.c | 154 (DIGEST_Update*)&SHA512_Update, (DIGEST_End*)&SHA512_End,
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 491 SHA512_Update(&(c->SHA512), data, len); in digest_update()
|