Home
last modified time | relevance | path

Searched refs:SHA512_Init (Results 1 – 11 of 11) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.h139 void SHA512_Init __P((SHA512_CTX*));
Dsha2.c662 void SHA512_Init(SHA512_CTX* context) { in SHA512_Init() function
984 SHA512_Init(&context); in SHA512_Data()
1109 SHA512_Init(data(ctx)); in sha512_init()
1189 SHA512_Init,
/external/openssh/openbsd-compat/
Dsha2.h113 void SHA512_Init(SHA512_CTX *);
Dsha2.c562 SHA512_Init(SHA512_CTX *context) in SHA512_Init() function
/external/openssl/crypto/evp/
Dm_sha1.c163 { return SHA512_Init(ctx->md_data); } in init512()
Devp_locl.h359 #undef SHA512_Init
374 #define SHA512_Init private_SHA512_Init macro
/external/openssl/include/openssl/
Dsha.h203 int SHA512_Init(SHA512_CTX *c);
/external/openssl/crypto/sha/
Dsha.h203 int SHA512_Init(SHA512_CTX *c);
Dsha512.c256 SHA512_Init(&c); in SHA512()
/external/openssl/ssl/
Ds3_cbc.c513 SHA512_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2115 SHA512_Init(c); in eay_sha2_512_init()