Home
last modified time | relevance | path

Searched defs:env_md_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_locl.h108 struct env_md_st { struct
109 int type;
110 int pkey_type;
111 int md_size;
112 unsigned long flags;
113 int (*init)(EVP_MD_CTX *ctx);
114 int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count);
115 int (*final)(EVP_MD_CTX *ctx, unsigned char *md);
116 int (*copy)(EVP_MD_CTX *to, const EVP_MD_CTX *from);
117 int (*cleanup)(EVP_MD_CTX *ctx);
[all …]