Home
last modified time | relevance | path

Searched refs:SHA256_Update (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c103 SHA256_Update(&ctx, key, key_len); in crypt_sha256()
108 SHA256_Update(&ctx, salt, salt_len); in crypt_sha256()
115 SHA256_Update(&alt_ctx, key, key_len); in crypt_sha256()
118 SHA256_Update(&alt_ctx, salt, salt_len); in crypt_sha256()
121 SHA256_Update(&alt_ctx, key, key_len); in crypt_sha256()
128 SHA256_Update(&ctx, alt_result, 32); in crypt_sha256()
129 SHA256_Update(&ctx, alt_result, cnt); in crypt_sha256()
135 SHA256_Update(&ctx, alt_result, 32); in crypt_sha256()
137 SHA256_Update(&ctx, key, key_len); in crypt_sha256()
147 SHA256_Update(&alt_ctx, key, key_len); in crypt_sha256()
[all …]
/freebsd/sys/crypto/sha2/
H A Dsha256.h51 #ifndef SHA256_Update
52 #define SHA256_Update _libmd_SHA256_Update macro
80 void SHA256_Update(SHA256_CTX *, const void *, size_t);
H A Dsha256c.c277 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() function
362 SHA256_Update((SHA256_CTX *)ctx, in, len); in SHA224_Update()
390 #undef SHA256_Update
391 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c107 SHA256_Update(c, ptr, res); in sha256_update()
126 SHA256_Update(c, ptr, res); in sha256_update()
129 # ifdef SHA256_Update
130 # undef SHA256_Update
132 # define SHA256_Update sha256_update macro
469 SHA256_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher()
485 SHA256_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher()
494 SHA256_Update(&key->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher()
564 SHA256_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher()
571 SHA256_Update(&key->md, out, j); in aesni_cbc_hmac_sha256_cipher()
[all …]
/freebsd/sys/libkern/
H A Darc4random.c118 SHA256_Update(&ctx, key, sizeof(key)); in chacha20_randomstir()
119 SHA256_Update(&ctx, &cc, sizeof(cc)); in chacha20_randomstir()
121 SHA256_Update(&ctx, &fver, sizeof(fver)); in chacha20_randomstir()
/freebsd/libexec/flua/libhash/
H A Dlhash.c38 SHA256_Update(ctx, data, len); in lua_sha256_update()
129 SHA256_Update(ctx, data, len); in lua_sha256()
/freebsd/sys/geom/eli/
H A Dg_eli_key.c243 SHA256_Update(&sc->sc_akeyctx, sc->sc_akey, in g_eli_mkey_propagate()
256 SHA256_Update(&sc->sc_ivctx, sc->sc_ivkey, in g_eli_mkey_propagate()
H A Dg_eli_hmac.c146 SHA256_Update(&ctx, off, sizeof(off)); in g_eli_crypto_ivgen()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c51 SHA256_Update(&ctx, in, SHA256_BLOCK_LENGTH); in qatUtilsHashSHA256()
111 SHA256_Update(&ctx, in, len); in qatUtilsHashSHA256Full()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha256.c40 (mac_veriexec_fpop_update_t) SHA256_Update,
/freebsd/cddl/compat/opensolaris/include/
H A Dsha2.h33 #define SHA256Update(c, d, s) SHA256_Update((c), (d), (s))
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/freebsd/sbin/hastd/
H A Dhast_checksum.c65 SHA256_Update(&ctx, data, size); in hast_sha256_checksum()
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_Init.pod6 SHA224_Final, SHA256, SHA256_Init, SHA256_Update, SHA256_Final, SHA384,
33 int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h74 OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
/freebsd/sys/opencrypto/
H A Dxform_sha2.c172 SHA256_Update(ctx, buf, len); in SHA256Update_int()
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c183 SHA256_Update(&ctx, buf + j, len); in ATF_TC_BODY()
/freebsd/sys/dev/random/
H A Dhash.c96 SHA256_Update(&context->sha, data, size); in randomdev_hash_iterate()
/freebsd/lib/libmd/
H A DSymbol.map56 SHA256_Update;
H A DMakefile46 MLINKS+=sha256.3 SHA256_Init.3 sha256.3 SHA256_Update.3
/freebsd/crypto/openssl/crypto/sha/
H A Dsha256.c58 return SHA256_Update(c, data, len); in SHA224_Update()
101 #define HASH_UPDATE SHA256_Update
/freebsd/stand/libsa/geli/
H A Dgeliboot.c302 SHA256_Update(&gdev->sc.sc_ivctx, gdev->sc.sc_ivkey, in geli_probe()
/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c227 SHA256_Update(&ctx, data, len); in verify_digest()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c769 SHA256_Update(ctx, indata, insize); in __archive_sha256update()
841 SHA256_Update(ctx, indata, insize); in __archive_sha256update()
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h455 #define SCTP_SHA256_UPDATE SHA256_Update

12