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

/freebsd-9.3-release/crypto/openssl/demos/
H A Dselfsign.c11 int mkit(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
71 int mkit(x509p, pkeyp, bits, serial, days)
73 EVP_PKEY **pkeyp;
85 if ((pkeyp == NULL) || (*pkeyp == NULL)) {
91 pk = *pkeyp;
172 *pkeyp = pk;
/freebsd-9.3-release/crypto/openssl/demos/x509/
H A Dmkcert.c15 int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
64 int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days) argument
71 if ((pkeyp == NULL) || (*pkeyp == NULL)) {
77 pk = *pkeyp;
139 *pkeyp = pk;
H A Dmkreq.c17 int mkreq(X509_REQ **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
65 int mkreq(X509_REQ **req, EVP_PKEY **pkeyp, int bits, int serial, int days) argument
148 *pkeyp = pk;

Completed in 54 milliseconds