Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dmdc2.h39 } MDC2_CTX; typedef
42 OSSL_DEPRECATEDIN_3_0 int MDC2_Init(MDC2_CTX *c);
43 OSSL_DEPRECATEDIN_3_0 int MDC2_Update(MDC2_CTX *c, const unsigned char *data,
45 OSSL_DEPRECATEDIN_3_0 int MDC2_Final(unsigned char *md, MDC2_CTX *c);
/openssl/providers/implementations/digests/
H A Dmdc2_prov.c42 MDC2_CTX *ctx = (MDC2_CTX *)vctx; in mdc2_set_ctx_params()
59 mdc2, MDC2_CTX, MDC2_BLOCK, MDC2_DIGEST_LENGTH, 0,
/openssl/crypto/mdc2/
H A Dmdc2dgst.c35 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len);
36 int MDC2_Init(MDC2_CTX *c) in MDC2_Init()
45 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len) in MDC2_Update()
77 static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len) in mdc2_body()
116 int MDC2_Final(unsigned char *md, MDC2_CTX *c) in MDC2_Final()
H A Dmdc2_one.c22 MDC2_CTX c; in MDC2()
/openssl/doc/man3/
H A DMDC2_Init.pod18 int MDC2_Init(MDC2_CTX *c);
19 int MDC2_Update(MDC2_CTX *c, const unsigned char *data,
21 int MDC2_Final(unsigned char *md, MDC2_CTX *c);
41 MDC2_Init() initializes a B<MDC2_CTX> structure.
47 for MDC2_DIGEST_LENGTH == 16 bytes of output, and erases the B<MDC2_CTX>.
/openssl/test/
H A Dmdc2_internal_test.c56 MDC2_CTX c; in test_mdc2()
/openssl/util/
H A Dindent.pro278 -T MDC2_CTX

Completed in 11 milliseconds