Searched refs:MDC2_CTX (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/mdc2/
H A Dmdc2.h81 } MDC2_CTX; typedef in typeref:struct:mdc2_ctx_st
84 int MDC2_Init(MDC2_CTX *c);
85 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
86 int MDC2_Final(unsigned char *md, MDC2_CTX *c);
H A Dmdc2_one.c65 MDC2_CTX c;
H A Dmdc2dgst.c77 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len);
78 int MDC2_Init(MDC2_CTX *c)
87 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len)
123 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len)
161 int MDC2_Final(unsigned char *md, MDC2_CTX *c)
187 MDC2_CTX c;
H A Dmdc2test.c125 ((MDC2_CTX *)c.md_data)->pad_type=2;
/barrelfish-master/include/openssl/
H A Dmdc2.h81 } MDC2_CTX; typedef in typeref:struct:mdc2_ctx_st
84 int MDC2_Init(MDC2_CTX *c);
85 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
86 int MDC2_Final(unsigned char *md, MDC2_CTX *c);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dm_mdc2.c94 sizeof(EVP_MD *)+sizeof(MDC2_CTX),
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dmdc2test.c125 ((MDC2_CTX *)c.md_data)->pad_type=2;

Completed in 34 milliseconds