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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_openssl.h47 typedef EVP_MD_CTX md_ctx_t; typedef
H A Dcrypto_polarssl.h47 typedef md_context_t md_ctx_t; typedef
H A Dcrypto_backend.h405 void md_ctx_init (md_ctx_t *ctx, const md_kt_t *kt);
412 void md_ctx_cleanup(md_ctx_t *ctx);
421 int md_ctx_size (const md_ctx_t *ctx);
430 void md_ctx_update (md_ctx_t *ctx, const uint8_t *src, int src_len);
438 void md_ctx_final (md_ctx_t *ctx, uint8_t *dst);
H A Dhttpdigest.c75 md_ctx_t md5_ctx;
117 md_ctx_t md5_ctx;
H A Dcrypto.h371 md_ctx_t ctx;
H A Dcrypto.c1032 md_ctx_t md;
H A Dmisc.c1299 md_ctx_t ctx;

Completed in 34 milliseconds