Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.h131 void SHA384_Init __P((SHA384_CTX*));
Dsha2.c991 void SHA384_Init(SHA384_CTX* context) { in SHA384_Init() function
1059 SHA384_Init(&context); in SHA384_Data()
1090 SHA384_Init(data(ctx)); in sha384_init()
1163 SHA384_Init,
/external/openssh/openbsd-compat/
Dsha2.h95 void SHA384_Init(SHA384_CTX *);
Dsha2.c844 SHA384_Init(SHA384_CTX *context)
/external/openssl/crypto/evp/
Dm_sha1.c161 { return SHA384_Init(ctx->md_data); } in init384()
Devp_locl.h358 #undef SHA384_Init
373 #define SHA384_Init private_SHA384_Init macro
/external/openssl/include/openssl/
Dsha.h199 int SHA384_Init(SHA512_CTX *c);
/external/openssl/crypto/sha/
Dsha.h199 int SHA384_Init(SHA512_CTX *c);
Dsha512.c243 SHA384_Init(&c); in SHA384()
/external/openssl/ssl/
Ds3_cbc.c505 SHA384_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2175 SHA384_Init(c); in eay_sha2_384_init()