Lines Matching refs:pktmp
1391 EVP_PKEY *pktmp = NULL; in certify() local
1397 if ((pktmp = X509_REQ_get0_pubkey(req)) == NULL) { in certify()
1412 i = do_X509_REQ_verify(req, pktmp, vfyopts); in certify()
1449 EVP_PKEY *pktmp = NULL; in certify_cert() local
1460 if ((pktmp = X509_get0_pubkey(template_cert)) == NULL) { in certify_cert()
1464 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()
1508 EVP_PKEY *pktmp; in do_body() local
1727 pktmp = X509_REQ_get0_pubkey(req); in do_body()
1728 i = X509_set_pubkey(ret, pktmp); in do_body()
1931 pktmp = X509_get0_pubkey(ret); in do_body()
1932 if (EVP_PKEY_missing_parameters(pktmp) && in do_body()
1934 EVP_PKEY_copy_parameters(pktmp, pkey); in do_body()
2009 EVP_PKEY *pktmp = NULL; in certify_spkac() local
2095 if ((pktmp = NETSCAPE_SPKI_get_pubkey(spki)) == NULL) { in certify_spkac()
2100 j = NETSCAPE_SPKI_verify(spki, pktmp); in certify_spkac()
2102 EVP_PKEY_free(pktmp); in certify_spkac()
2109 X509_REQ_set_pubkey(req, pktmp); in certify_spkac()
2110 EVP_PKEY_free(pktmp); in certify_spkac()