/dports/security/openssl-legacy-static/openssl-1.0.2u/demos/ |
H A D | selfsign.c | 11 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 D | selfsign.c | 11 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 D | mkcert.c | 15 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 D | mkreq.c | 17 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 D | mkcert.c | 15 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 D | mkreq.c | 17 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 D | mkcert.c | 34 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 D | switch_core_cert.c | 242 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 D | test-cmd.c | 261 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()
|