Home
last modified time | relevance | path

Searched refs:priv_key_path (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/externals/cpp-jwt/examples/
H A Dsimple_ex3_rsa.cc42 const std::string priv_key_path = std::string{CERT_ROOT_DIR} + "/jwtRS256.key"; in main()
45 auto priv_key = read_from_file(priv_key_path); in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cpp-jwt/examples/
H A Dsimple_ex3_rsa.cc42 const std::string priv_key_path = std::string{CERT_ROOT_DIR} + "/jwtRS256.key"; in main()
45 auto priv_key = read_from_file(priv_key_path); in main()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/include/CGAL/
H A DUse_ssh.h17 const char *priv_key_path,
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-testd/
H A Dcf-testd.c615 char *priv_key_path = NULL; in CFTestD_ServeReport() local
619 priv_key_path = config->key_file; in CFTestD_ServeReport()
620 pub_key_path = xstrdup(priv_key_path); in CFTestD_ServeReport()
625 LoadSecretKeys(priv_key_path, pub_key_path, &(config->priv_key), &(config->pub_key)); in CFTestD_ServeReport()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-testd/
H A Dcf-testd.c615 char *priv_key_path = NULL; in CFTestD_ServeReport() local
619 priv_key_path = config->key_file; in CFTestD_ServeReport()
620 pub_key_path = xstrdup(priv_key_path); in CFTestD_ServeReport()
625 LoadSecretKeys(priv_key_path, pub_key_path, &(config->priv_key), &(config->pub_key)); in CFTestD_ServeReport()
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dcrypto.c170 bool LoadSecretKeys(const char *const priv_key_path, in LoadSecretKeys() argument
176 if (priv_key_path == NULL) in LoadSecretKeys()
180 FILE *fp = safe_fopen(privkeyfile != NULL ? privkeyfile : priv_key_path, "r"); in LoadSecretKeys()
186 privkeyfile != NULL ? privkeyfile : priv_key_path, GetErrorStr()); in LoadSecretKeys()
H A Dcrypto.h45 bool LoadSecretKeys(const char *const priv_key_path,
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dcrypto.c170 bool LoadSecretKeys(const char *const priv_key_path, in LoadSecretKeys() argument
176 if (priv_key_path == NULL) in LoadSecretKeys()
180 FILE *fp = safe_fopen(privkeyfile != NULL ? privkeyfile : priv_key_path, "r"); in LoadSecretKeys()
186 privkeyfile != NULL ? privkeyfile : priv_key_path, GetErrorStr()); in LoadSecretKeys()
H A Dcrypto.h45 bool LoadSecretKeys(const char *const priv_key_path,
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-testd/
H A Dcf-testd.c615 char *priv_key_path = NULL; in CFTestD_ServeReport() local
619 priv_key_path = config->key_file; in CFTestD_ServeReport()
620 pub_key_path = xstrdup(priv_key_path); in CFTestD_ServeReport()
625 LoadSecretKeys(priv_key_path, pub_key_path, &(config->priv_key), &(config->pub_key)); in CFTestD_ServeReport()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-testd/
H A Dcf-testd.c615 char *priv_key_path = NULL; in CFTestD_ServeReport() local
619 priv_key_path = config->key_file; in CFTestD_ServeReport()
620 pub_key_path = xstrdup(priv_key_path); in CFTestD_ServeReport()
625 LoadSecretKeys(priv_key_path, pub_key_path, &(config->priv_key), &(config->pub_key)); in CFTestD_ServeReport()
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Dcrypto.c170 bool LoadSecretKeys(const char *const priv_key_path, in LoadSecretKeys() argument
176 if (priv_key_path == NULL) in LoadSecretKeys()
180 FILE *fp = safe_fopen(privkeyfile != NULL ? privkeyfile : priv_key_path, "r"); in LoadSecretKeys()
186 privkeyfile != NULL ? privkeyfile : priv_key_path, GetErrorStr()); in LoadSecretKeys()
H A Dcrypto.h45 bool LoadSecretKeys(const char *const priv_key_path,
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dcrypto.c170 bool LoadSecretKeys(const char *const priv_key_path, in LoadSecretKeys() argument
176 if (priv_key_path == NULL) in LoadSecretKeys()
180 FILE *fp = safe_fopen(privkeyfile != NULL ? privkeyfile : priv_key_path, "r"); in LoadSecretKeys()
186 privkeyfile != NULL ? privkeyfile : priv_key_path, GetErrorStr()); in LoadSecretKeys()
H A Dcrypto.h45 bool LoadSecretKeys(const char *const priv_key_path,
/dports/sysutils/cfengine/cfengine-3.19.0/cf-testd/
H A Dcf-testd.c615 char *priv_key_path = NULL; in CFTestD_ServeReport() local
619 priv_key_path = config->key_file; in CFTestD_ServeReport()
620 pub_key_path = xstrdup(priv_key_path); in CFTestD_ServeReport()
625 LoadSecretKeys(priv_key_path, pub_key_path, &(config->priv_key), &(config->pub_key)); in CFTestD_ServeReport()
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dcrypto.c170 bool LoadSecretKeys(const char *const priv_key_path, in LoadSecretKeys() argument
176 if (priv_key_path == NULL) in LoadSecretKeys()
180 FILE *fp = safe_fopen(privkeyfile != NULL ? privkeyfile : priv_key_path, "r"); in LoadSecretKeys()
186 privkeyfile != NULL ? privkeyfile : priv_key_path, GetErrorStr()); in LoadSecretKeys()
H A Dcrypto.h45 bool LoadSecretKeys(const char *const priv_key_path,
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-testd/
H A Dcf-testd.c615 char *priv_key_path = NULL; in CFTestD_ServeReport() local
619 priv_key_path = config->key_file; in CFTestD_ServeReport()
620 pub_key_path = xstrdup(priv_key_path); in CFTestD_ServeReport()
625 LoadSecretKeys(priv_key_path, pub_key_path, &(config->priv_key), &(config->pub_key)); in CFTestD_ServeReport()
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dcrypto.c170 bool LoadSecretKeys(const char *const priv_key_path, in LoadSecretKeys() argument
176 if (priv_key_path == NULL) in LoadSecretKeys()
180 FILE *fp = safe_fopen(privkeyfile != NULL ? privkeyfile : priv_key_path, "r"); in LoadSecretKeys()
186 privkeyfile != NULL ? privkeyfile : priv_key_path, GetErrorStr()); in LoadSecretKeys()
H A Dcrypto.h45 bool LoadSecretKeys(const char *const priv_key_path,
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DUse_ssh.cpp65 const char* priv_key_path, in establish_ssh_session() argument
132 res = ssh_pki_import_privkey_file(priv_key_path, priv_key_password, nullptr, nullptr, &privkey); in establish_ssh_session()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dtls.py1292 priv_key_path = "{}/{}/certs/{}.key".format(
1295 fp = os.open(priv_key_path, os.O_CREAT | os.O_RDWR, 0o600)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_authentication.cc5222 static bool generate_rsa_keys(bool auto_generate, const char *priv_key_path, in generate_rsa_keys() argument
5227 if (strcmp(priv_key_path, AUTH_DEFAULT_RSA_PRIVATE_KEY) || in generate_rsa_keys()