Searched refs:pKeyCtx (Results 1 – 1 of 1) sorted by relevance
112 EVP_PKEY_CTX *pKeyCtx = NULL; in cert_new() local139 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new()149 if (!EVP_PKEY_CTX_set_rsa_padding(pKeyCtx, RSA_PKCS1_PSS_PADDING)) { in cert_new()154 if (!EVP_PKEY_CTX_set_rsa_pss_saltlen(pKeyCtx, EVP_MD_size(get_digest(md_alg)))) { in cert_new()159 if (!EVP_PKEY_CTX_set_rsa_mgf1_md(pKeyCtx, get_digest(md_alg))) { in cert_new()