Home
last modified time | relevance | path

Searched refs:MDC2_CTX (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/mdc2/
Dmdc2.h81 } MDC2_CTX; typedef
85 int private_MDC2_Init(MDC2_CTX *c);
87 int MDC2_Init(MDC2_CTX *c);
88 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
89 int MDC2_Final(unsigned char *md, MDC2_CTX *c);
Dmdc2dgst.c78 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len);
88 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len) in MDC2_Update()
124 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len) in mdc2_body()
162 int MDC2_Final(unsigned char *md, MDC2_CTX *c) in MDC2_Final()
188 MDC2_CTX c; in main()
Dmdc2_one.c65 MDC2_CTX c; in MDC2()
Dmdc2test.c125 ((MDC2_CTX *)c.md_data)->pad_type=2; in main()
/external/openssl/crypto/evp/
Dm_mdc2.c96 sizeof(EVP_MD *)+sizeof(MDC2_CTX),