Searched refs:mdCtx (Results 1 – 1 of 1) sorted by relevance
112 EVP_MD_CTX *mdCtx; in cert_new() local133 mdCtx = EVP_MD_CTX_create(); in cert_new()134 if (mdCtx == NULL) { in cert_new()140 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new()210 if (!X509_sign_ctx(x, mdCtx)) { in cert_new()220 EVP_MD_CTX_destroy(mdCtx); in cert_new()
Completed in 8 milliseconds