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

/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);
H A Dsha1.c102 SHA1_Init(SHA1_CTX *context) function
/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);
H A Dsha_locl.h95 # define HASH_INIT SHA1_Init
/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);
H A Devp_locl.h354 #undef SHA1_Init macro
370 #define SHA1_Init private_SHA1_Init macro
/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/openssl/include/openssl/
H A Dsha.h122 int SHA1_Init(SHA_CTX *c);
/external/openssl/crypto/engine/
H A Deng_openssl.c314 return SHA1_Init(ctx->md_data);
/external/openssl/crypto/rc4/
H A Drc4test.c215 SHA1_Init(&c);
/external/openssl/crypto/jpake/
H A Djpake.c172 SHA1_Init(&sha);
448 SHA1_Init(&sha);
/external/openssl/ssl/
H A Ds3_cbc.c484 SHA1_Init((SHA_CTX*)md_state.c);
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c2294 SHA1_Init(c);

Completed in 288 milliseconds