Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Devp.h160 struct env_md_st { struct
161 int type;
162 int pkey_type;
163 int md_size;
164 unsigned long flags;
165 int (*init) (EVP_MD_CTX *ctx);
166 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
167 int (*final) (EVP_MD_CTX *ctx, unsigned char *md);
168 int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from);
169 int (*cleanup) (EVP_MD_CTX *ctx);
[all …]