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

12

/external/chromium_org/third_party/smhasher/src/
H A Dsha1.h17 void SHA1_Init(SHA1_CTX* context);
H A Dsha1.cpp168 void SHA1_Init(SHA1_CTX* context) function
244 SHA1_Init(&context);
294 SHA1_Init(&context);
308 SHA1_Init(&context);
/external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
H A Dsctp_nss_sha1.h59 #define SHA1_Init SCTP_NSS_SHA1_Init macro
H A Dsctp_sha1.h116 void SHA1_Init(struct sha1_context *);
/external/ppp/pppd/
H A Dsha1.h25 extern void SHA1_Init(SHA1_CTX *);
H A Dopenssl-hash.h25 #define SHA1_Init(ctx) { \ macro
H A Dchap_ms.c492 SHA1_Init(&sha1Context);
622 SHA1_Init(&sha1Context);
630 SHA1_Init(&sha1Context);
675 SHA1_Init(&sha1Context);
762 SHA1_Init(&sha1Context);
775 SHA1_Init(&sha1Context);
791 SHA1_Init(&sha1Context);
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A Dsha1_one.c71 if (!SHA1_Init(&c))
H A Dsha1.c108 SHA1_Init(&c);
H A Dsha.h122 int SHA1_Init(SHA_CTX *c);
/external/openssl/crypto/sha/
H A Dsha1_one.c71 if (!SHA1_Init(&c))
H A Dsha1.c108 SHA1_Init(&c);
H A Dsha.h122 int SHA1_Init(SHA_CTX *c);
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dm_ecdsa.c122 { return SHA1_Init(ctx->md_data); }
H A Dm_dss.c72 { return SHA1_Init(ctx->md_data); }
H A Dm_dss1.c74 { return SHA1_Init(ctx->md_data); }
H A Dm_sha1.c75 { return SHA1_Init(ctx->md_data); }
H A De_aes_cbc_hmac_sha1.c129 SHA1_Init(&key->head); /* handy when benchmarking */
467 SHA1_Init(&key->head);
476 SHA1_Init(&key->head);
481 SHA1_Init(&key->tail);
/external/openssl/crypto/evp/
H A Dm_ecdsa.c122 { return SHA1_Init(ctx->md_data); }
H A Dm_dss.c72 { return SHA1_Init(ctx->md_data); }
H A Dm_dss1.c74 { return SHA1_Init(ctx->md_data); }
H A Dm_sha1.c75 { return SHA1_Init(ctx->md_data); }
H A De_aes_cbc_hmac_sha1.c129 SHA1_Init(&key->head); /* handy when benchmarking */
467 SHA1_Init(&key->head);
476 SHA1_Init(&key->head);
481 SHA1_Init(&key->tail);
/external/libppp/src/
H A Dchap_ms.c167 SHA1_Init(&Context);
251 SHA1_Init(&Context);
257 SHA1_Init(&Context);
287 SHA1_Init(&Context);
339 SHA1_Init(&Context);
356 SHA1_Init(&Context);
374 SHA1_Init(&Context);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dsha.h122 int SHA1_Init(SHA_CTX *c);

Completed in 289 milliseconds

12