Searched refs:MDC2_CTX (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/mdc2/ |
| D | mdc2.h | 81 } MDC2_CTX; typedef 84 int private_MDC2_Init(MDC2_CTX *c); 86 int MDC2_Init(MDC2_CTX *c); 87 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, unsigned long len); 88 int MDC2_Final(unsigned char *md, MDC2_CTX *c);
|
| D | mdc2dgst.c | 77 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, unsigned int len); 78 int MDC2_Init(MDC2_CTX *c) in MDC2_Init() 87 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, unsigned long len) in MDC2_Update() 123 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, unsigned int len) in mdc2_body() 161 int MDC2_Final(unsigned char *md, MDC2_CTX *c) in MDC2_Final() 186 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()
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | mdc2.pod | 14 void MDC2_Init(MDC2_CTX *c); 15 void MDC2_Update(MDC2_CTX *c, const unsigned char *data, 17 void MDC2_Final(unsigned char *md, MDC2_CTX *c); 33 MDC2_Init() initializes a B<MDC2_CTX> structure. 39 for MDC2_DIGEST_LENGTH == 16 bytes of output, and erases the B<MDC2_CTX>.
|
| /mirbsd/src/lib/libssl/src/crypto/evp/ |
| D | m_mdc2.c | 90 sizeof(EVP_MD *)+sizeof(MDC2_CTX),
|