Searched refs:mdCtx (Results 1 – 1 of 1) sorted by relevance
111 EVP_MD_CTX *mdCtx; in cert_new() local132 mdCtx = EVP_MD_CTX_create(); in cert_new()133 if (mdCtx == NULL) { in cert_new()139 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new()209 if (!X509_sign_ctx(x, mdCtx)) { in cert_new()219 EVP_MD_CTX_destroy(mdCtx); in cert_new()