Searched defs:env_md_st (Results 1 – 1 of 1) sorted by relevance
160 struct env_md_st { struct161 int type;162 int pkey_type;163 int md_size;164 unsigned long flags;165 int (*init) (EVP_MD_CTX *ctx);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);176 int required_pkey_type[5]; /* EVP_PKEY_xxx */[all …]
Completed in 9 milliseconds