Lines Matching refs:pktmp
1502 EVP_PKEY *pktmp = NULL; in certify() local
1527 if ((pktmp = X509_REQ_get_pubkey(req)) == NULL) { in certify()
1531 i = X509_REQ_verify(req, pktmp); in certify()
1532 EVP_PKEY_free(pktmp); in certify()
1573 EVP_PKEY *pktmp = NULL; in certify_cert() local
1584 if ((pktmp = X509_get_pubkey(req)) == NULL) { in certify_cert()
1588 i = X509_verify(req, pktmp); in certify_cert()
1589 EVP_PKEY_free(pktmp); in certify_cert()
1636 EVP_PKEY *pktmp; in do_body() local
1971 pktmp = X509_REQ_get_pubkey(req); in do_body()
1972 i = X509_set_pubkey(ret, pktmp); in do_body()
1973 EVP_PKEY_free(pktmp); in do_body()
2085 pktmp = X509_get_pubkey(ret); in do_body()
2086 if (EVP_PKEY_missing_parameters(pktmp) && in do_body()
2088 EVP_PKEY_copy_parameters(pktmp, pkey); in do_body()
2089 EVP_PKEY_free(pktmp); in do_body()
2199 EVP_PKEY *pktmp = NULL; in certify_spkac() local
2292 if ((pktmp = NETSCAPE_SPKI_get_pubkey(spki)) == NULL) { in certify_spkac()
2297 j = NETSCAPE_SPKI_verify(spki, pktmp); in certify_spkac()
2305 X509_REQ_set_pubkey(req, pktmp); in certify_spkac()
2306 EVP_PKEY_free(pktmp); in certify_spkac()