HomeSort by relevance Sort by last modified time
    Searched refs:MDC2_CTX (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/mdc2/
mdc2.h 81 } MDC2_CTX;
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);
mdc2_one.c 65 MDC2_CTX c;
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)
124 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len)
162 int MDC2_Final(unsigned char *md, MDC2_CTX *c)
188 MDC2_CTX c;
mdc2test.c 125 ((MDC2_CTX *)c.md_data)->pad_type=2;
  /external/openssl/crypto/evp/
m_mdc2.c 96 sizeof(EVP_MD *)+sizeof(MDC2_CTX),

Completed in 375 milliseconds