Searched refs:mdCtx (Results 1 – 1 of 1) sorted by relevance
390 EVP_MD_CTX mdCtx; in CC_CommonX509SetKeyAndSign() local437 EVP_MD_CTX_init(&mdCtx); in CC_CommonX509SetKeyAndSign()438 rc = EVP_DigestSignInit(&mdCtx, &pKeyCtx, EVP_sha256(), NULL, pKey); in CC_CommonX509SetKeyAndSign()473 rc = X509_sign_ctx(plCert, &mdCtx); in CC_CommonX509SetKeyAndSign()483 EVP_MD_CTX_cleanup(&mdCtx); in CC_CommonX509SetKeyAndSign()