Lines Matching refs:pktmp
1348 EVP_PKEY *pktmp = NULL; in certify() local
1354 if ((pktmp = X509_REQ_get0_pubkey(req)) == NULL) { in certify()
1369 i = do_X509_REQ_verify(req, pktmp, vfyopts); in certify()
1406 EVP_PKEY *pktmp = NULL; in certify_cert() local
1417 if ((pktmp = X509_get0_pubkey(template_cert)) == NULL) { in certify_cert()
1421 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()
1465 EVP_PKEY *pktmp; in do_body() local
1684 pktmp = X509_REQ_get0_pubkey(req); in do_body()
1685 i = X509_set_pubkey(ret, pktmp); in do_body()
1897 pktmp = X509_get0_pubkey(ret); in do_body()
1898 if (EVP_PKEY_missing_parameters(pktmp) && in do_body()
1900 EVP_PKEY_copy_parameters(pktmp, pkey); in do_body()
1975 EVP_PKEY *pktmp = NULL; in certify_spkac() local
2061 if ((pktmp = NETSCAPE_SPKI_get_pubkey(spki)) == NULL) { in certify_spkac()
2066 j = NETSCAPE_SPKI_verify(spki, pktmp); in certify_spkac()
2068 EVP_PKEY_free(pktmp); in certify_spkac()
2075 X509_REQ_set_pubkey(req, pktmp); in certify_spkac()
2076 EVP_PKEY_free(pktmp); in certify_spkac()