Searched refs:pkeyp (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/
H A Dselfsign.c11 int mkit(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
67 int mkit(x509p,pkeyp,bits,serial,days)
69 EVP_PKEY **pkeyp;
82 if ((pkeyp == NULL) || (*pkeyp == NULL))
91 pk= *pkeyp;
176 *pkeyp=pk;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/x509/
H A Dmkcert.c16 int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
61 int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days) argument
68 if ((pkeyp == NULL) || (*pkeyp == NULL))
77 pk= *pkeyp;
143 *pkeyp=pk;
H A Dmkreq.c16 int mkreq(X509_REQ **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
60 int mkreq(X509_REQ **req, EVP_PKEY **pkeyp, int bits, int serial, int days) argument
142 *pkeyp=pk;
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c2064 mk_x509_cert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days) argument
2074 x509p, pkeyp, bits, serial, days);
2076 if (pkeyp && *pkeyp)
2077 pk = *pkeyp;
2171 *pkeyp = pk;

Completed in 146 milliseconds