Searched refs:pktmp (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_pubkey.c190 EVP_PKEY *pktmp;
196 pktmp = X509_PUBKEY_get(xpk);
198 if (!pktmp)
203 *a = pktmp;
205 return pktmp;
248 EVP_PKEY *pktmp;
252 pktmp = EVP_PKEY_new();
253 if (!pktmp) {
257 EVP_PKEY_set1_RSA(pktmp, a);
258 ret = i2d_PUBKEY(pktmp, p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_pubkey.c190 EVP_PKEY *pktmp;
196 pktmp = X509_PUBKEY_get(xpk);
198 if (!pktmp)
203 *a = pktmp;
205 return pktmp;
248 EVP_PKEY *pktmp;
252 pktmp = EVP_PKEY_new();
253 if (!pktmp) {
257 EVP_PKEY_set1_RSA(pktmp, a);
258 ret = i2d_PUBKEY(pktmp, p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_all.c180 EVP_PKEY *pktmp; local
181 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
182 return pkey_get_rsa(pktmp, rsa);
190 EVP_PKEY *pktmp; local
191 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
192 return pkey_get_rsa(pktmp, rsa);
222 EVP_PKEY *pktmp; local
223 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
224 return pkey_get_dsa(pktmp, dsa);
235 EVP_PKEY *pktmp; local
266 EVP_PKEY *pktmp; local
282 EVP_PKEY *pktmp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_all.c174 EVP_PKEY *pktmp; local
175 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
176 return pkey_get_rsa(pktmp, rsa);
183 EVP_PKEY *pktmp; local
184 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
185 return pkey_get_rsa(pktmp, rsa);
266 EVP_PKEY *pktmp; local
267 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
268 return pkey_get_dsa(pktmp, dsa); /* will free pktmp */
324 EVP_PKEY *pktmp; local
353 EVP_PKEY *pktmp; local
413 EVP_PKEY *pktmp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_all.c174 EVP_PKEY *pktmp; local
175 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
176 return pkey_get_rsa(pktmp, rsa);
183 EVP_PKEY *pktmp; local
184 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
185 return pkey_get_rsa(pktmp, rsa);
266 EVP_PKEY *pktmp; local
267 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
268 return pkey_get_dsa(pktmp, dsa); /* will free pktmp */
324 EVP_PKEY *pktmp; local
353 EVP_PKEY *pktmp; local
413 EVP_PKEY *pktmp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_pubkey.c387 EVP_PKEY *pktmp;
390 pktmp = X509_PUBKEY_get(xpk);
392 if(!pktmp) return NULL;
396 *a = pktmp;
398 return pktmp;
439 EVP_PKEY *pktmp;
442 pktmp = EVP_PKEY_new();
443 if (!pktmp)
448 EVP_PKEY_set1_RSA(pktmp, a);
449 ret = i2d_PUBKEY(pktmp, p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_req.c75 EVP_PKEY *pktmp; local
94 pktmp = X509_get_pubkey(x);
95 if (pktmp == NULL)
97 i = X509_REQ_set_pubkey(ret, pktmp);
98 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c75 EVP_PKEY *pktmp; local
94 pktmp = X509_get_pubkey(x);
95 if (pktmp == NULL)
97 i = X509_REQ_set_pubkey(ret, pktmp);
98 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c74 EVP_PKEY *pktmp; local
93 pktmp = X509_get_pubkey(x);
94 i=X509_REQ_set_pubkey(ret,pktmp);
95 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c1543 EVP_PKEY *pktmp=NULL; local
1570 if ((pktmp=X509_REQ_get_pubkey(req)) == NULL)
1575 i=X509_REQ_verify(req,pktmp);
1576 EVP_PKEY_free(pktmp);
1611 EVP_PKEY *pktmp=NULL; local
1621 if ((pktmp=X509_get_pubkey(req)) == NULL)
1626 i=X509_verify(req,pktmp);
1627 EVP_PKEY_free(pktmp);
1672 EVP_PKEY *pktmp; local
2002 pktmp
2239 EVP_PKEY *pktmp=NULL; local
[all...]
H A Dx509.c1226 EVP_PKEY *pktmp; local
1228 pktmp = X509_get_pubkey(x);
1229 EVP_PKEY_copy_parameters(pktmp,pkey);
1230 EVP_PKEY_save_parameters(pktmp,1);
1231 EVP_PKEY_free(pktmp);
H A Ds_client.c1287 EVP_PKEY *pktmp; local
1288 pktmp = X509_get_pubkey(peer);
1290 EVP_PKEY_bits(pktmp));
1291 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c1509 EVP_PKEY *pktmp = NULL; local
1534 if ((pktmp = X509_REQ_get_pubkey(req)) == NULL) {
1538 i = X509_REQ_verify(req, pktmp);
1539 EVP_PKEY_free(pktmp);
1580 EVP_PKEY *pktmp = NULL; local
1591 if ((pktmp = X509_get_pubkey(req)) == NULL) {
1595 i = X509_verify(req, pktmp);
1596 EVP_PKEY_free(pktmp);
1643 EVP_PKEY *pktmp; local
1982 pktmp
2210 EVP_PKEY *pktmp = NULL; local
[all...]
H A Dx509.c1217 EVP_PKEY *pktmp; local
1219 pktmp = X509_get_pubkey(x);
1220 EVP_PKEY_copy_parameters(pktmp, pkey);
1221 EVP_PKEY_save_parameters(pktmp, 1);
1222 EVP_PKEY_free(pktmp);
H A Ds_client.c2214 EVP_PKEY *pktmp; local
2215 pktmp = X509_get_pubkey(peer);
2217 EVP_PKEY_bits(pktmp));
2218 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c1509 EVP_PKEY *pktmp = NULL; local
1534 if ((pktmp = X509_REQ_get_pubkey(req)) == NULL) {
1538 i = X509_REQ_verify(req, pktmp);
1539 EVP_PKEY_free(pktmp);
1580 EVP_PKEY *pktmp = NULL; local
1591 if ((pktmp = X509_get_pubkey(req)) == NULL) {
1595 i = X509_verify(req, pktmp);
1596 EVP_PKEY_free(pktmp);
1643 EVP_PKEY *pktmp; local
1982 pktmp
2210 EVP_PKEY *pktmp = NULL; local
[all...]
H A Dx509.c1217 EVP_PKEY *pktmp; local
1219 pktmp = X509_get_pubkey(x);
1220 EVP_PKEY_copy_parameters(pktmp, pkey);
1221 EVP_PKEY_save_parameters(pktmp, 1);
1222 EVP_PKEY_free(pktmp);
H A Ds_client.c2214 EVP_PKEY *pktmp; local
2215 pktmp = X509_get_pubkey(peer);
2217 EVP_PKEY_bits(pktmp));
2218 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_rsa.c195 EVP_PKEY *pktmp; local
196 pktmp = X509_get_pubkey(c->pkeys[i].x509);
197 EVP_PKEY_copy_parameters(pktmp,pkey);
198 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_rsa.c199 EVP_PKEY *pktmp; local
200 pktmp = X509_get_pubkey(c->pkeys[i].x509);
201 if (pktmp == NULL) {
203 EVP_PKEY_free(pktmp);
210 EVP_PKEY_copy_parameters(pktmp, pkey);
211 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_rsa.c199 EVP_PKEY *pktmp; local
200 pktmp = X509_get_pubkey(c->pkeys[i].x509);
201 if (pktmp == NULL) {
203 EVP_PKEY_free(pktmp);
210 EVP_PKEY_copy_parameters(pktmp, pkey);
211 EVP_PKEY_free(pktmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c637 EVP_PKEY *pktmp = X509_get_pubkey(x509); local
638 EVP_PKEY_copy_parameters(pktmp,SSL_get_privatekey(ssl));
639 EVP_PKEY_free(pktmp);

Completed in 241 milliseconds