Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/evp/
Devp.h224 struct env_md_st { struct
225 int type;
226 int pkey_type;
227 int md_size;
228 unsigned long flags;
229 int (*init) (EVP_MD_CTX *ctx);
230 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
231 int (*final) (EVP_MD_CTX *ctx, unsigned char *md);
232 int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from);
233 int (*cleanup) (EVP_MD_CTX *ctx);
[all …]