Searched refs:SHA384_Init (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dsha384.h49 #ifndef SHA384_Init
50 #define SHA384_Init _libmd_SHA384_Init macro
81 void SHA384_Init(SHA384_CTX *);
H A Dsha512c.c430 SHA384_Init(SHA384_CTX * ctx) function
502 #undef SHA384_Init
503 __weak_reference(_libmd_SHA384_Init, SHA384_Init);
/freebsd-13-stable/sys/crypto/sha2/
H A Dsha384.h49 #ifndef SHA384_Init
50 #define SHA384_Init _libmd_SHA384_Init macro
81 void SHA384_Init(SHA384_CTX *);
H A Dsha512c.c426 SHA384_Init(SHA384_CTX * ctx) function
497 #undef SHA384_Init macro
498 __weak_reference(_libmd_SHA384_Init, SHA384_Init);
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha384.c39 (mac_veriexec_fpop_init_t) SHA384_Init,
/freebsd-13-stable/sys/opencrypto/
H A Dxform_sha2.c95 .Init = (void (*)(void *)) SHA384_Init,
144 .Init = (void (*)(void *)) SHA384_Init,
/freebsd-13-stable/lib/libcrypt/
H A DMakefile39 SHA384_Init SHA384_Final SHA384_Update \
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dsha.h105 int SHA384_Init(SHA512_CTX *c);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h110 SHA384_Init(&c->SHA384_ctx);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h98 void SHA384_Init(SHA384_CTX *);
H A Dsha2.c848 SHA384_Init(SHA384_CTX *context) function
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c194 return SHA384_Init(EVP_MD_CTX_md_data(ctx));
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c208 SHA384_Init(&ctx);
/freebsd-13-stable/crypto/openssh/
H A Ddigest-libc.c97 (md_init_fn *) SHA384_Init,
/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_cbc.c208 if (SHA384_Init((SHA512_CTX *)md_state.c) <= 0)
/freebsd-13-stable/sbin/md5/
H A Dmd5.c131 { "sha384", "SHA384", &SHA384_TestOutput, (DIGEST_Init*)&SHA384_Init,
/freebsd-13-stable/crypto/openssl/engines/
H A De_ossltest.c542 return SHA384_Init(data(ctx));
/freebsd-13-stable/lib/libmd/
H A DMakefile48 MLINKS+=sha512.3 SHA384_Init.3 sha512.3 SHA384_Update.3
/freebsd-13-stable/crypto/openssl/crypto/sha/
H A Dsha512.c99 int SHA384_Init(SHA512_CTX *c) function
333 SHA384_Init(&c);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c969 SHA384_Init(ctx);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2391 MLINKS+= SHA256_Init.3 SHA384_Init.3

Completed in 384 milliseconds