Home
last modified time | relevance | path

Searched refs:SHA256_Init (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c100 SHA256_Init(&ctx); in crypt_sha256()
112 SHA256_Init(&alt_ctx); in crypt_sha256()
143 SHA256_Init(&alt_ctx); in crypt_sha256()
161 SHA256_Init(&alt_ctx); in crypt_sha256()
182 SHA256_Init(&ctx); in crypt_sha256()
236 SHA256_Init(&ctx); in crypt_sha256()
360 SHA256_Init(&ctx); in main()
374 SHA256_Init(&ctx); in main()
394 SHA256_Init(&ctx); in main()
/freebsd/sys/crypto/sha2/
H A Dsha256.h48 #ifndef SHA256_Init
49 #define SHA256_Init _libmd_SHA256_Init macro
79 void SHA256_Init(SHA256_CTX *);
H A Dsha256c.c258 SHA256_Init(SHA256_CTX * ctx) in SHA256_Init() function
388 #undef SHA256_Init
389 __weak_reference(_libmd_SHA256_Init, SHA256_Init);
/freebsd/sys/opencrypto/
H A Dxform_sha2.c81 .Init = (void (*)(void *)) SHA256_Init,
130 .Init = (void (*)(void *)) SHA256_Init,
/freebsd/sys/geom/eli/
H A Dg_eli_key.c242 SHA256_Init(&sc->sc_akeyctx); in g_eli_mkey_propagate()
255 SHA256_Init(&sc->sc_ivctx); in g_eli_mkey_propagate()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c50 SHA256_Init(&ctx); in qatUtilsHashSHA256()
110 SHA256_Init(&ctx); in qatUtilsHashSHA256Full()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha256.c39 (mac_veriexec_fpop_init_t) SHA256_Init,
/freebsd/cddl/compat/opensolaris/include/
H A Dsha2.h32 #define SHA256Init(c) SHA256_Init(c)
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/freebsd/sbin/hastd/
H A Dhast_checksum.c64 SHA256_Init(&ctx); in hast_sha256_checksum()
/freebsd/libexec/flua/libhash/
H A Dlhash.c123 SHA256_Init(ctx); in lua_sha256()
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_Init.pod6 SHA224_Final, SHA256, SHA256_Init, SHA256_Update, SHA256_Final, SHA384,
32 int SHA256_Init(SHA256_CTX *c);
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h73 OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c181 SHA256_Init(&ctx); in ATF_TC_BODY()
/freebsd/sys/dev/random/
H A Dhash.c88 SHA256_Init(&context->sha); in randomdev_hash_init()
/freebsd/lib/libmd/
H A DSymbol.map55 SHA256_Init;
H A DMakefile46 MLINKS+=sha256.3 SHA256_Init.3 sha256.3 SHA256_Update.3
/freebsd/sys/libkern/
H A Darc4random.c117 SHA256_Init(&ctx); in chacha20_randomstir()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c59 SHA256_Init(&sctx->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
695 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
704 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
709 SHA256_Init(&ctx->tail); in aesni_cbc_hmac_sha256_set_mac_key()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c81 SHA256_Init(&key->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
766 SHA256_Init(&key->head); in aesni_cbc_hmac_sha256_ctrl()
775 SHA256_Init(&key->head); in aesni_cbc_hmac_sha256_ctrl()
780 SHA256_Init(&key->tail); in aesni_cbc_hmac_sha256_ctrl()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile390 MAN+= SHA256_Init.3
3708 MLINKS+= SHA256_Init.3 SHA1.3
3709 MLINKS+= SHA256_Init.3 SHA1_Final.3
3710 MLINKS+= SHA256_Init.3 SHA1_Init.3
3711 MLINKS+= SHA256_Init.3 SHA1_Update.3
3712 MLINKS+= SHA256_Init.3 SHA224.3
3713 MLINKS+= SHA256_Init.3 SHA224_Final.3
3714 MLINKS+= SHA256_Init.3 SHA224_Init.3
3715 MLINKS+= SHA256_Init.3 SHA224_Update.3
3716 MLINKS+= SHA256_Init.3 SHA256.3
[all …]
/freebsd/stand/libsa/geli/
H A Dgeliboot.c301 SHA256_Init(&gdev->sc.sc_ivctx); in geli_probe()
/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c226 SHA256_Init(&ctx); in verify_digest()
/freebsd/crypto/openssl/ssl/
H A Ds3_cbc.c230 if (SHA256_Init((SHA256_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c761 SHA256_Init(ctx); in __archive_sha256init()
833 SHA256_Init(ctx); in __archive_sha256init()

12