/freebsd/lib/libcrypt/ |
H A D | crypt-sha256.c | 100 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 D | sha256.h | 48 #ifndef SHA256_Init 49 #define SHA256_Init _libmd_SHA256_Init macro 79 void SHA256_Init(SHA256_CTX *);
|
H A D | sha256c.c | 258 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 D | xform_sha2.c | 81 .Init = (void (*)(void *)) SHA256_Init, 130 .Init = (void (*)(void *)) SHA256_Init,
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_key.c | 242 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 D | QatUtilsCrypto.c | 50 SHA256_Init(&ctx); in qatUtilsHashSHA256() 110 SHA256_Init(&ctx); in qatUtilsHashSHA256Full()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec_sha256.c | 39 (mac_veriexec_fpop_init_t) SHA256_Init,
|
/freebsd/cddl/compat/opensolaris/include/ |
H A D | sha2.h | 32 #define SHA256Init(c) SHA256_Init(c)
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | sha2_prov.c | 74 SHA256_Init, SHA256_Update, SHA256_Final)
|
/freebsd/sbin/hastd/ |
H A D | hast_checksum.c | 64 SHA256_Init(&ctx); in hast_sha256_checksum()
|
/freebsd/libexec/flua/libhash/ |
H A D | lhash.c | 123 SHA256_Init(ctx); in lua_sha256()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SHA256_Init.pod | 6 SHA224_Final, SHA256, SHA256_Init, SHA256_Update, SHA256_Final, SHA384, 32 int SHA256_Init(SHA256_CTX *c);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | sha.h | 73 OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_sha2.c | 181 SHA256_Init(&ctx); in ATF_TC_BODY()
|
/freebsd/sys/dev/random/ |
H A D | hash.c | 88 SHA256_Init(&context->sha); in randomdev_hash_init()
|
/freebsd/lib/libmd/ |
H A D | Symbol.map | 55 SHA256_Init;
|
H A D | Makefile | 46 MLINKS+=sha256.3 SHA256_Init.3 sha256.3 SHA256_Update.3
|
/freebsd/sys/libkern/ |
H A D | arc4random.c | 117 SHA256_Init(&ctx); in chacha20_randomstir()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 59 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 D | e_aes_cbc_hmac_sha256.c | 81 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 D | Makefile | 390 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 D | geliboot.c | 301 SHA256_Init(&gdev->sc.sc_ivctx); in geli_probe()
|
/freebsd/sys/security/mac_veriexec_parser/ |
H A D | mac_veriexec_parser.c | 226 SHA256_Init(&ctx); in verify_digest()
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_cbc.c | 230 if (SHA256_Init((SHA256_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 761 SHA256_Init(ctx); in __archive_sha256init() 833 SHA256_Init(ctx); in __archive_sha256init()
|