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

/freebsd-11-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-11-stable/sys/opencrypto/
H A Dxform_sha2.c75 (void (*)(void *)) SHA384_Init, NULL, NULL, SHA384Update_int,
/freebsd-11-stable/lib/libcrypt/
H A DMakefile36 SHA384_Init SHA384_Final SHA384_Update \
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c177 return SHA384_Init(ctx->md_data);
H A Devp_locl.h346 # undef SHA384_Init macro
361 # define SHA384_Init private_SHA384_Init macro
/freebsd-11-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-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h199 int SHA384_Init(SHA512_CTX *c);
H A Dsha512.c255 SHA384_Init(&c);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c208 SHA384_Init(&ctx);
/freebsd-11-stable/crypto/openssh/
H A Ddigest-libc.c107 (md_init_fn *) SHA384_Init,
/freebsd-11-stable/sbin/md5/
H A Dmd5.c116 { "sha384", "SHA384", &SHA384_TestOutput, (DIGEST_Init*)&SHA384_Init,
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_cbc.c496 if (SHA384_Init((SHA512_CTX *)md_state.c) <= 0)
/freebsd-11-stable/lib/libmd/
H A DMakefile41 MLINKS+=sha512.3 SHA384_Init.3 sha512.3 SHA384_Update.3
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c969 SHA384_Init(ctx);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man1220 MLINKS+= sha.3 SHA384_Init.3

Completed in 302 milliseconds