Home
last modified time | relevance | path

Searched refs:read_key_file (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dadb_auth_host.cpp199 static bool read_key_file(const std::string& file) { in read_key_file() function
237 return read_key_file(path); in read_keys()
266 result |= read_key_file((path + OS_PATH_SEPARATOR + name)); in read_keys()
295 return read_key_file(path); in get_user_key()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/drill/
H A Ddrill_util.h19 ldns_status read_key_file(const char *filename, ldns_rr_list *key_list,
/dports/dns/py-ldns/ldns-1.8.1/drill/
H A Ddrill_util.h19 ldns_status read_key_file(const char *filename, ldns_rr_list *key_list,
/dports/dns/ldns/ldns-1.8.1/drill/
H A Ddrill_util.h19 ldns_status read_key_file(const char *filename, ldns_rr_list *key_list,
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dsign_executable.cpp29 int retval = read_key_file(code_sign_keyfile, code_sign_key); in sign_executable()
/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dfindkey.c815 read_key_file (const unsigned char *grip, gcry_sexp_t *result, nvc_t *r_keymeta) in read_key_file() function
999 err = read_key_file (grip, &s_skey, &keymeta); in agent_key_from_file()
1171 err = read_key_file (grip, &s_skey, NULL); in agent_raw_key_from_file()
1211 err = read_key_file (grip, &s_skey, NULL); in agent_public_key_from_file()
1349 err = read_key_file (grip, &sexp, NULL); in agent_key_info_from_file()
1433 err = read_key_file (grip, &s_skey, NULL); in agent_delete_key()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/client/
H A Dauth.cpp167 static std::shared_ptr<RSA> read_key_file(const std::string& file) { in read_key_file() function
186 std::shared_ptr<RSA> key = read_key_file(file); in load_key()
324 std::shared_ptr<RSA> privkey = read_key_file(path); in pubkey_from_privkey()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/auth/
H A Dsql_authentication.h102 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/auth/
H A Dsql_authentication.h102 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/auth/
H A Dsql_authentication.h102 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/auth/
H A Dsql_authentication.h102 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/security/mcrypt/mcrypt-2.6.8/src/
H A Dextra.h12 char** read_key_file(char * file, int* num);
/dports/databases/mysql57-client/mysql-5.7.36/sql/auth/
H A Dsql_authentication.h102 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/auth/
H A Dsql_authentication.h102 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dget_file.cpp130 retval = read_key_file(keypath, key); in main()
H A Dsched_assign.cpp117 retval = read_key_file(path, key); in send_assigned_job()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dcrypt.h121 extern int read_key_file(const char* keyfile, R_RSA_PRIVATE_KEY& key);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_authentication.h112 bool read_key_file(RSA **key_ptr, bool is_priv_key, char **key_text_buffer);
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dcrypto.h272 void read_key_file(struct key2 *key2, const char *file, const unsigned int flags);
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dcrypto.h272 void read_key_file(struct key2 *key2, const char *file, const unsigned int flags);
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dcrypto.h276 void read_key_file(struct key2 *key2, const char *file, const unsigned int flags);
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-verify-zone.c59 read_key_file(const char *filename, ldns_rr_list *keys) in read_key_file() function
790 s = read_key_file(optarg, keys); in main()
862 (void) read_key_file(LDNS_TRUST_ANCHOR_FILE, keys); in main()
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-verify-zone.c59 read_key_file(const char *filename, ldns_rr_list *keys) in read_key_file() function
790 s = read_key_file(optarg, keys); in main()
862 (void) read_key_file(LDNS_TRUST_ANCHOR_FILE, keys); in main()
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-verify-zone.c59 read_key_file(const char *filename, ldns_rr_list *keys) in read_key_file() function
790 s = read_key_file(optarg, keys); in main()
862 (void) read_key_file(LDNS_TRUST_ANCHOR_FILE, keys); in main()
/dports/devel/libgit2/libgit2-1.3.0/tests/online/
H A Dclone.c665 static char *read_key_file(const char *path) in read_key_file() function
695 char *pubkey = read_key_file(_remote_ssh_pubkey); in ssh_memory_cred_cb()
696 char *privkey = read_key_file(_remote_ssh_privkey); in ssh_memory_cred_cb()

123