| /freebsd/lib/libcrypt/ |
| H A D | crypt-sha256.c | 103 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 D | sha256.h | 51 #ifndef SHA256_Update 52 #define SHA256_Update _libmd_SHA256_Update macro 80 void SHA256_Update(SHA256_CTX *, const void *, size_t);
|
| H A D | sha256c.c | 273 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() function 358 SHA256_Update((SHA256_CTX *)ctx, in, len); in SHA224_Update() 386 #undef SHA256_Update 387 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha256.c | 105 SHA256_Update(c, ptr, res); in sha256_update() 124 SHA256_Update(c, ptr, res); in sha256_update() 127 #ifdef SHA256_Update 128 #undef SHA256_Update 130 #define SHA256_Update sha256_update macro 464 SHA256_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher() 480 SHA256_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher() 489 SHA256_Update(&key->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher() 559 SHA256_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher() 566 SHA256_Update(&key->md, out, j); in aesni_cbc_hmac_sha256_cipher() [all …]
|
| /freebsd/sys/netinet6/ |
| H A D | in6_ifattach.c | 400 SHA256_Update(&ctxt, hostuuid, hostuuid_len); in in6_get_stableifid() 423 SHA256_Update(&ctxt, hk_ipad, sizeof(hk_ipad)); in in6_get_stableifid() 424 SHA256_Update(&ctxt, in6->s6_addr, prefixlen / 8); in in6_get_stableifid() 425 SHA256_Update(&ctxt, netiface, netiface_len); in in6_get_stableifid() 426 SHA256_Update(&ctxt, (uint8_t *)&dad_failures, 8); in in6_get_stableifid() 427 SHA256_Update(&ctxt, hostuuid, hostuuid_len); in in6_get_stableifid() 428 SHA256_Update(&ctxt, &offset, 1); in in6_get_stableifid() 433 SHA256_Update(&ctxt, hk_opad, sizeof(hk_opad)); in in6_get_stableifid() 434 SHA256_Update(&ctxt, digest, sizeof(digest)); in in6_get_stableifid()
|
| /freebsd/sys/libkern/ |
| H A D | arc4random.c | 118 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/crypto/openssl/providers/implementations/digests/ |
| H A D | sha2_prov.c | 73 SHA256_Init, SHA256_Update, SHA256_Final) 78 ossl_sha256_192_init, SHA256_Update, SHA256_Final)
|
| /freebsd/libexec/flua/libhash/ |
| H A D | lhash.c | 40 SHA256_Update(ctx, data, len); in lua_sha256_update() 131 SHA256_Update(ctx, data, len); in lua_sha256()
|
| /freebsd/sys/geom/eli/ |
| H A D | g_eli_key.c | 243 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 D | g_eli_hmac.c | 146 SHA256_Update(&ctx, off, sizeof(off)); in g_eli_crypto_ivgen()
|
| /freebsd/sys/security/mac_veriexec/ |
| H A D | mac_veriexec_sha256.c | 40 (mac_veriexec_fpop_update_t) SHA256_Update,
|
| /freebsd/sys/dev/qat/qat_api/qat_utils/src/ |
| H A D | QatUtilsCrypto.c | 51 SHA256_Update(&ctx, in, SHA256_BLOCK_LENGTH); in qatUtilsHashSHA256() 111 SHA256_Update(&ctx, in, len); in qatUtilsHashSHA256Full()
|
| /freebsd/cddl/compat/opensolaris/include/ |
| H A D | sha2.h | 33 #define SHA256Update(c, d, s) SHA256_Update((c), (d), (s))
|
| /freebsd/sbin/hastd/ |
| H A D | hast_checksum.c | 65 SHA256_Update(&ctx, data, size); in hast_sha256_checksum()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SHA256_Init.pod | 6 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 D | sha.h | 74 OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
|
| /freebsd/sys/opencrypto/ |
| H A D | xform_sha2.c | 172 SHA256_Update(ctx, buf, len); in SHA256Update_int()
|
| /freebsd/contrib/netbsd-tests/lib/libc/hash/ |
| H A D | t_sha2.c | 183 SHA256_Update(&ctx, buf + j, len); in ATF_TC_BODY()
|
| /freebsd/sys/dev/random/ |
| H A D | hash.c | 96 SHA256_Update(&context->sha, data, size); in randomdev_hash_iterate()
|
| /freebsd/lib/libmd/ |
| H A D | Symbol.map | 56 SHA256_Update;
|
| H A D | Makefile | 46 MLINKS+=sha256.3 SHA256_Init.3 sha256.3 SHA256_Update.3
|
| /freebsd/crypto/openssl/crypto/sha/ |
| H A D | sha256.c | 66 return SHA256_Update(c, data, len); in SHA224_Update() 122 #define HASH_UPDATE SHA256_Update
|
| /freebsd/sys/security/mac_veriexec_parser/ |
| H A D | mac_veriexec_parser.c | 227 SHA256_Update(&ctx, data, len); in verify_digest()
|
| /freebsd/stand/libsa/geli/ |
| H A D | geliboot.c | 302 SHA256_Update(&gdev->sc.sc_ivctx, gdev->sc.sc_ivkey, in geli_probe()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_digest.c | 816 SHA256_Update(ctx, indata, insize); 888 SHA256_Update(ctx, indata, insize);
|