Home | History | Annotate | Download | only in dsa

Lines Matching defs:md

74 	const EVP_MD *pmd;	/* MD for parameter generation */
78 const EVP_MD *md; /* MD for the signature */
90 dctx->md = NULL;
109 dctx->md = sctx->md;
128 if (dctx->md)
129 type = EVP_MD_type(dctx->md);
149 if (dctx->md)
150 type = EVP_MD_type(dctx->md);
184 dctx->md = p2;
196 dctx->md = p2;