Searched refs:SHA256_Init (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/sys/crypto/sha2/
H A Dsha256.h50 #ifndef SHA256_Init
51 #define SHA256_Init _libmd_SHA256_Init macro
85 void SHA256_Init(SHA256_CTX *);
H A Dsha256c.c228 SHA256_Init(SHA256_CTX * ctx) function
308 #undef SHA256_Init macro
309 __weak_reference(_libmd_SHA256_Init, SHA256_Init);
/freebsd-11-stable/cddl/compat/opensolaris/include/
H A Dsha2.h34 #define SHA256Init(c) SHA256_Init(c)
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-sha256.c103 SHA256_Init(&ctx);
115 SHA256_Init(&alt_ctx);
146 SHA256_Init(&alt_ctx);
164 SHA256_Init(&alt_ctx);
185 SHA256_Init(&ctx);
254 SHA256_Init(&ctx);
414 SHA256_Init(&ctx);
428 SHA256_Init(&ctx);
448 SHA256_Init(&ctx);
H A DMakefile33 SHA256_Init SHA256_Final SHA256_Update \
/freebsd-11-stable/crypto/openssh/
H A Dmd-sha256.c42 SHA256_Init(ctxt->md_data);
H A Ddigest-libc.c97 (md_init_fn *) SHA256_Init,
/freebsd-11-stable/sys/opencrypto/
H A Dxform_sha2.c67 (void (*)(void *)) SHA256_Init, NULL, NULL, SHA256Update_int,
/freebsd-11-stable/sys/dev/random/
H A Dhash.c58 SHA256_Init(&context->sha);
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key.c243 SHA256_Init(&sc->sc_akeyctx);
256 SHA256_Init(&sc->sc_ivctx);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsha256.c64 SHA256_Init(&ctx);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c115 return SHA256_Init(ctx->md_data);
H A Devp_locl.h345 # undef SHA256_Init macro
360 # define SHA256_Init private_SHA256_Init macro
H A De_aes_cbc_hmac_sha256.c130 SHA256_Init(&key->head); /* handy when benchmarking */
811 SHA256_Init(&key->head);
820 SHA256_Init(&key->head);
825 SHA256_Init(&key->tail);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h81 void SHA256_Init(SHA256_CTX *);
/freebsd-11-stable/sbin/hastd/
H A Dhast_checksum.c72 SHA256_Init(&ctx);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h150 int SHA256_Init(SHA256_CTX *c);
H A Dsha256.c70 SHA256_Init(&c);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c181 SHA256_Init(&ctx);
/freebsd-11-stable/sbin/md5/
H A Dmd5.c113 { "sha256", "SHA256", &SHA256_TestOutput, (DIGEST_Init*)&SHA256_Init,
/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot.c303 SHA256_Init(&gdev->sc.sc_ivctx);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_cbc.c486 if (SHA256_Init((SHA256_CTX *)md_state.c) <= 0)
/freebsd-11-stable/sys/netinet/
H A Dsctp_os_bsd.h456 #define SCTP_SHA256_INIT SHA256_Init
/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c420 SHA256_Init(&sha256);
455 SHA256_Init(&sha256);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c710 SHA256_Init(ctx);
782 SHA256_Init(ctx);

Completed in 319 milliseconds

12