Home
last modified time | relevance | path

Searched refs:MDC2_Update (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/mdc2/
Dmdc2dgst.c88 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len) in MDC2_Update() function
192 MDC2_Update(&c,text,strlen(text)); in main()
Dmdc2_one.c71 MDC2_Update(&c,d,n); in MDC2()
Dmdc2.h88 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
/external/openssl/crypto/evp/
Dm_mdc2.c78 { return MDC2_Update(ctx->md_data,data,count); } in update()