Searched defs:evp_md_pctx_ops (Results 1 – 5 of 5) sorted by relevance
97 struct evp_md_pctx_ops { struct100 void (*free) (EVP_PKEY_CTX *pctx);104 EVP_PKEY_CTX* (*dup) (EVP_PKEY_CTX *pctx);
71 DEFINE_LOCAL_DATA(struct evp_md_pctx_ops, md_pctx_ops) { in DEFINE_LOCAL_DATA()