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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/mdc2/
H A Dmdc2.h81 } MDC2_CTX; typedef in typeref:struct:mdc2_ctx_st
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);
H A Dmdc2_one.c65 MDC2_CTX c;
H A Dmdc2dgst.c79 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, unsigned int len);
89 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, unsigned long len)
125 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, unsigned int len)
163 int MDC2_Final(unsigned char *md, MDC2_CTX *c)
188 MDC2_CTX c;
H A Dmdc2test.c125 ((MDC2_CTX *)c.md_data)->pad_type=2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dmdc2.h81 } MDC2_CTX; typedef in typeref:struct:mdc2_ctx_st
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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Dm_mdc2.c90 sizeof(EVP_MD *)+sizeof(MDC2_CTX),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dm_mdc2.c92 sizeof(EVP_MD *)+sizeof(MDC2_CTX),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dmdc2test.c125 ((MDC2_CTX *)c.md_data)->pad_type=2;

Completed in 150 milliseconds