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

/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_all.c175 EVP_PKEY *pktmp; local
176 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
177 return pkey_get_rsa(pktmp, rsa);
184 EVP_PKEY *pktmp; local
185 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
186 return pkey_get_rsa(pktmp, rsa);
258 EVP_PKEY *pktmp; local
259 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
260 return pkey_get_dsa(pktmp, dsa);
307 EVP_PKEY *pktmp; local
336 EVP_PKEY *pktmp; local
386 EVP_PKEY *pktmp; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_pubkey.c374 EVP_PKEY *pktmp;
378 pktmp = X509_PUBKEY_get(xpk);
380 if (!pktmp)
384 *a = pktmp;
386 return pktmp;
429 EVP_PKEY *pktmp;
433 pktmp = EVP_PKEY_new();
434 if (!pktmp) {
438 EVP_PKEY_set1_RSA(pktmp, a);
439 ret = i2d_PUBKEY(pktmp, p
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_req.c74 EVP_PKEY *pktmp; local
93 pktmp = X509_get_pubkey(x);
94 if (pktmp == NULL)
96 i = X509_REQ_set_pubkey(ret, pktmp);
97 EVP_PKEY_free(pktmp);
/freebsd-9.3-release/tools/regression/geom_eli/
H A Dresize.t63 geli attach -pktmp.key ${md}a && echo -n "not "
74 geli attach -pktmp.key ${md}a || echo -n "not "
106 geli attach -pktmp.key ${md}a || echo -n "not "
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c1472 EVP_PKEY *pktmp = NULL; local
1497 if ((pktmp = X509_REQ_get_pubkey(req)) == NULL) {
1501 i = X509_REQ_verify(req, pktmp);
1502 EVP_PKEY_free(pktmp);
1542 EVP_PKEY *pktmp = NULL; local
1553 if ((pktmp = X509_get_pubkey(req)) == NULL) {
1557 i = X509_verify(req, pktmp);
1558 EVP_PKEY_free(pktmp);
1605 EVP_PKEY *pktmp; local
1936 pktmp
2175 EVP_PKEY *pktmp = NULL; local
[all...]
H A Dx509.c1135 EVP_PKEY *pktmp; local
1137 pktmp = X509_get_pubkey(x);
1138 EVP_PKEY_copy_parameters(pktmp, pkey);
1139 EVP_PKEY_save_parameters(pktmp, 1);
1140 EVP_PKEY_free(pktmp);
H A Ds_client.c1488 EVP_PKEY *pktmp; local
1489 pktmp = X509_get_pubkey(peer);
1491 EVP_PKEY_bits(pktmp));
1492 EVP_PKEY_free(pktmp);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_rsa.c182 EVP_PKEY *pktmp; local
183 pktmp = X509_get_pubkey(c->pkeys[i].x509);
184 EVP_PKEY_copy_parameters(pktmp, pkey);
185 EVP_PKEY_free(pktmp);

Completed in 90 milliseconds