Searched refs:SHA1_Init (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/ext/digest/sha1/
H A Dsha1.h25 #define SHA1_Init rb_Digest_SHA1_Init macro
31 void SHA1_Init _((SHA1_CTX *context));
H A Dsha1cc.h11 #define SHA1_Init CC_SHA1_Init macro
H A Dsha1init.c16 (rb_digest_hash_init_func_t)SHA1_Init,
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsha1.h25 extern void SHA1_Init(SHA1_CTX *);
H A Dchap_ms.c853 SHA1_Init(&sha1Context);
996 SHA1_Init(&sha1Context);
1004 SHA1_Init(&sha1Context);
1027 SHA1_Init(&sha1Context);
1116 SHA1_Init(&sha1Context);
1129 SHA1_Init(&sha1Context);
1145 SHA1_Init(&sha1Context);
/macosx-10.10/ruby-106/extras/
H A Dsha1cc.h11 #define SHA1_Init CC_SHA1_Init macro
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dsha.h86 void SHA1_Init(SHA_CTX *c);
95 void SHA1_Init();
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha1_one.c71 if (!SHA1_Init(&c))
H A Dsha1.c108 SHA1_Init(&c);
H A Dsha.h119 int SHA1_Init(SHA_CTX *c);
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dm_ecdsa.c120 { return SHA1_Init(ctx->md_data); }
H A Dm_dss.c71 { return SHA1_Init(ctx->md_data); }
H A Dm_dss1.c74 { return SHA1_Init(ctx->md_data); }
H A Dm_sha1.c74 { return SHA1_Init(ctx->md_data); }
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dsha.h40 #define SHA1_Init hc_SHA1_Init macro
67 void SHA1_Init (struct sha *m);
/macosx-10.10/OpenSSL098-52/src/fips/sha/
H A Dfips_standalone_sha1.c75 SHA1_Init(md_ctx);
86 SHA1_Init(md_ctx);
91 SHA1_Init(o_ctx);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DpbkdDigest.cpp33 (DigestInitFcn)SHA1_Init,
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_metalink.c146 static int SHA1_Init(SHA_CTX *ctx) function
203 static int SHA1_Init(SHA_CTX *ctx) function
294 static int SHA1_Init(SHA_CTX *pctx) function
348 static int SHA1_Init(SHA_CTX *ctx) function
421 static int SHA1_Init(SHA_CTX *ctx) function
477 (Curl_digest_init_func) SHA1_Init,
/macosx-10.10/OpenSSL098-52/src/fips/dsa/
H A Dfips_dsa_sign.c228 { return SHA1_Init(ctx->md_data); }
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dsha.h119 int SHA1_Init(SHA_CTX *c);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOpensslCompat/
H A DdigestCommon.h127 if(!SHA1_Init(&ctx)) {
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_hash.h112 # define archive_sha1_init(ctx) SHA1_Init(ctx)
118 # define archive_sha1_init(ctx) SHA1_Init(ctx)
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigest.h283 #define SHA1_Init CC_SHA1_Init macro
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_openssl.c314 return SHA1_Init(ctx->md_data);
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4test.c209 SHA1_Init(&c);

Completed in 305 milliseconds

12