Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Devp.h256 struct evp_md_st { struct
258 int type;
261 int pkey_type;
262 int md_size;
263 unsigned long flags;
264 int origin;
265 int (*init) (EVP_MD_CTX *ctx);
266 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
267 int (*final) (EVP_MD_CTX *ctx, unsigned char *md);
268 int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from);
[all …]