Searched refs:MDC2_CTX (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/mdc2/ |
D | mdc2.h | 81 } 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);
|
D | mdc2dgst.c | 78 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()
|
D | mdc2_one.c | 65 MDC2_CTX c; in MDC2()
|
D | mdc2test.c | 125 ((MDC2_CTX *)c.md_data)->pad_type=2; in main()
|
/external/openssl/crypto/evp/ |
D | m_mdc2.c | 96 sizeof(EVP_MD *)+sizeof(MDC2_CTX),
|