Searched defs:env_md_st (Results 1 – 2 of 2) sorted by relevance
160 struct env_md_st struct162 int type;163 int pkey_type;164 int md_size;165 unsigned long flags;166 int (*init)(EVP_MD_CTX *ctx);167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md);169 int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from);170 int (*cleanup)(EVP_MD_CTX *ctx);[all …]