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

12

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dsha.h46 #define SHA384_Init hc_SHA384_Init macro
111 void SHA384_Init (SHA384_CTX *);
H A Devp-hcrypto.c307 (hc_evp_md_init)SHA384_Init,
H A Dsha512.c267 SHA384_Init(SHA384_CTX *m) function
H A Dmdtest.c108 (void (*)(void*))SHA384_Init,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h137 void SHA384_Init(SHA384_CTX*);
157 void SHA384_Init(SHA384_CTX*);
179 void SHA384_Init();
H A Dslapd-sha2.c63 SHA384_Init(&ct);
131 SHA384_Init(&ct);
H A Dsha2.c994 void SHA384_Init(SHA384_CTX* context) { function
1062 SHA384_Init(&context);
/macosx-10.10/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.h147 #define SHA384_Init rb_Digest_SHA384_Init macro
174 void SHA384_Init(SHA384_CTX*);
198 void SHA384_Init();
H A Dsha2.c1001 void SHA384_Init(SHA384_CTX* context) { function
1068 SHA384_Init(&context);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/crypto/
H A Dsha2.h65 void SHA384_Init(SHA384_CTX *ctx);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOpensslCompat/
H A DdigestCommon.h61 #define SHA384_Init(c) CC_SHA384_Init(c) macro
172 if(!SHA384_Init(&ctx)) {
/macosx-10.10/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_sha2.c62 void SHA384_Init(SHA384_CTX *ctx) function
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_hash.h168 # define archive_sha384_init(ctx) SHA384_Init(ctx)
182 # define archive_sha384_init(ctx) SHA384_Init(ctx)
188 # define archive_sha384_init(ctx) SHA384_Init(ctx)
H A Darchive_windows.h409 extern void SHA384_Init(Digest_CTX *ctx);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.h99 void SHA384_Init(SHA384_CTX *);
H A Dsha2.c848 SHA384_Init(SHA384_CTX *context)
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dm_sha1.c159 { return SHA384_Init(ctx->md_data); }
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha.h188 int SHA384_Init(SHA512_CTX *c);
H A Dsha512.c66 int SHA384_Init (SHA512_CTX *c) function
251 SHA384_Init(&c);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dsha.h188 int SHA384_Init(SHA512_CTX *c);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigest.h300 #define SHA384_Init CC_SHA384_Init macro
/macosx-10.10/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsa_sign.c507 { return SHA384_Init(ctx->md_data); }
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt327 CHECK_SYMBOL_EXISTS(SHA384_Init "sha2.h" HAVE_SHA384_INIT)
331 CHECK_SYMBOL_EXISTS(SHA384_Init "openssl/sha.h" HAVE_OPENSSL_SHA384_INIT)
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dah_core.c977 SHA384_Init(ctxt);
998 SHA384_Init(ctxt);
1039 SHA384_Init(ctxt);
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds3_cbc.c498 SHA384_Init((SHA512_CTX*)md_state.c);

Completed in 232 milliseconds

12