Searched refs:x509p (Results 1 - 4 of 4) 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)
72 X509 **x509p;
93 if ((x509p == NULL) || (*x509p == NULL)) {
97 x = *x509p;
171 *x509p = x;
/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
79 if ((x509p == NULL) || (*x509p == NULL)) {
83 x = *x509p;
138 *x509p = x;
H A Dmkreq.c17 int mkreq(X509_REQ **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c305 X509 *x509 = NULL, *x509p = NULL; local
727 x509p = x509;
1124 j = certify(&x, infile, pkey, x509p, dgst, attribs, db,
1143 j = certify(&x, argv[i], pkey, x509p, dgst, attribs, db,

Completed in 71 milliseconds