Home
last modified time | relevance | path

Searched refs:pkeyp (Results 1 – 9 of 9) sorted by relevance

/dports/security/openssl-legacy-static/openssl-1.0.2u/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) in mkit() argument
73 EVP_PKEY **pkeyp;
85 if ((pkeyp == NULL) || (*pkeyp == NULL)) {
91 pk = *pkeyp;
172 *pkeyp = pk;
/dports/security/openssl-unsafe/openssl-c9ba19c/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) in mkit() argument
73 EVP_PKEY **pkeyp;
85 if ((pkeyp == NULL) || (*pkeyp == NULL)) {
91 pk = *pkeyp;
172 *pkeyp = pk;
/dports/security/openssl-legacy-static/openssl-1.0.2u/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) in mkcert() argument
71 if ((pkeyp == NULL) || (*pkeyp == NULL)) { in mkcert()
77 pk = *pkeyp; in mkcert()
139 *pkeyp = pk; in mkcert()
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) in mkreq() argument
148 *pkeyp = pk; in mkreq()
/dports/security/openssl-unsafe/openssl-c9ba19c/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) in mkcert() argument
71 if ((pkeyp == NULL) || (*pkeyp == NULL)) { in mkcert()
77 pk = *pkeyp; in mkcert()
139 *pkeyp = pk; in mkcert()
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) in mkreq() argument
148 *pkeyp = pk; in mkreq()
/dports/games/moonlight-embedded/moonlight-embedded-2.4.11/libgamestream/
H A Dmkcert.c34 int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int years);
84 int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int years) { in mkcert() argument
90 if (*pkeyp == NULL) { in mkcert()
96 pk = *pkeyp; in mkcert()
155 *pkeyp = pk; in mkcert()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_cert.c242 static int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days);
340 static int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days) in mkcert() argument
347 switch_assert(pkeyp); in mkcert()
350 if (*pkeyp == NULL) { in mkcert()
355 pk = *pkeyp; in mkcert()
414 *pkeyp = pk; in mkcert()
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/test/
H A Dtest-cmd.c261 int mkcert(RSA *rsa, X509 **x509p, EVP_PKEY **pkeyp, int serial, int days) { in mkcert() argument
266 if ((pkeyp == NULL) || (*pkeyp == NULL)) { in mkcert()
270 pk = *pkeyp; in mkcert()
300 *pkeyp = pk; in mkcert()