Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/mdc2/
Dmdc2.h81 } 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);
Dmdc2dgst.c77 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()
Dmdc2_one.c65 MDC2_CTX c; in MDC2()
Dmdc2test.c125 ((MDC2_CTX *)c.md_data)->pad_type=2; in main()
/mirbsd/src/lib/libssl/src/doc/crypto/
Dmdc2.pod14 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/
Dm_mdc2.c90 sizeof(EVP_MD *)+sizeof(MDC2_CTX),