Home
last modified time | relevance | path

Searched refs:key_file_path (Results 1 – 25 of 81) sorted by relevance

1234

/dports/editors/encryptpad/EncryptPad-0.5.0.1/qt_ui/
H A Dset_encryption_key.cpp28 bool SetEncryptionKey(QWidget *parent, const QString &key_file_path, bool persist_key_path, in SetEncryptionKey() argument
34 dlg.SetKeyFilePath(key_file_path); in SetEncryptionKey()
50 result_out.key_file_path = dlg.GetKeyFilePath(); in SetEncryptionKey()
52 if(result_out.key_file_path.isNull() || result_out.key_file_path.isEmpty()) in SetEncryptionKey()
H A Dset_encryption_key.h31 QString key_file_path; member
35 bool SetEncryptionKey(QWidget *parent, const QString &key_file_path, bool persist_key_path,
/dports/editors/encryptpad/EncryptPad-0.5.0.1/src/back_end_src/
H A Dkey_generation.cpp33 void WriteKeyFile(const std::string &key_file_path, const std::string &content) in WriteKeyFile() argument
37 if(OpenFile(key_file_path, stm) != OpenFileResult::OK) in WriteKeyFile()
68 …void GenerateNewKey(const std::string& key_file_path, size_t key_byte_length, EncryptParams *kf_en… in GenerateNewKey() argument
90 WriteKeyFile(key_file_path, encrypted_key); in GenerateNewKey()
95 WriteKeyFile(key_file_path, plain_key); in GenerateNewKey()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/tools/pgenc/
H A Dpg_enc.c62 char key_file_path[POOLMAXPATHLEN + sizeof(POOLKEYFILE) + 1]; in main() local
90 memset(key_file_path, 0, sizeof(key_file_path)); in main()
122 strlcpy(key_file_path, optarg, sizeof(key_file_path)); in main()
238 if (strlen(key_file_path) == 0) in main()
240 get_pool_key_filename(key_file_path); in main()
243 fprintf(stdout, "trying to read key from file %s\n", key_file_path); in main()
245 pool_key = read_pool_key(key_file_path); in main()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/tools/pgenc/
H A Dpg_enc.c62 char key_file_path[POOLMAXPATHLEN + sizeof(POOLKEYFILE) + 1]; in main() local
90 memset(key_file_path, 0, sizeof(key_file_path)); in main()
122 strlcpy(key_file_path, optarg, sizeof(key_file_path)); in main()
238 if (strlen(key_file_path) == 0) in main()
240 get_pool_key_filename(key_file_path); in main()
243 fprintf(stdout, "trying to read key from file %s\n", key_file_path); in main()
245 pool_key = read_pool_key(key_file_path); in main()
/dports/sysutils/consul/consul-1.10.3/test/load/packer/consul-ami/scripts/
H A Dinstall-consul213 local -r key_file_path="$5"
223 sudo mv "$key_file_path" "$consul_tls_certs_path/"
236 local key_file_path=""
270 key_file_path="$2"
300 if [[ -n "$ca_file_path" || -n "$cert_file_path" || -n "$key_file_path" ]]; then
301 install_tls_certificates "$path" "$user" "$ca_file_path" "$cert_file_path" "$key_file_path"
H A Drun-consul227 local -r key_file_path="${12}"
301 …ncryption" == "true" && ! -z "$ca_path" && ! -z "$cert_file_path" && ! -z "$key_file_path" ]]; then
308 "key_file": "$key_file_path",
430 local key_file_path=""
554 key_file_path="$2"
625 assert_not_empty "--key_file_path" "$key_file_path"
639 "$key_file_path" \
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/test/load/packer/consul-ami/scripts/
H A Dinstall-consul213 local -r key_file_path="$5"
223 sudo mv "$key_file_path" "$consul_tls_certs_path/"
236 local key_file_path=""
270 key_file_path="$2"
300 if [[ -n "$ca_file_path" || -n "$cert_file_path" || -n "$key_file_path" ]]; then
301 install_tls_certificates "$path" "$user" "$ca_file_path" "$cert_file_path" "$key_file_path"
H A Drun-consul227 local -r key_file_path="${12}"
301 …ncryption" == "true" && ! -z "$ca_path" && ! -z "$cert_file_path" && ! -z "$key_file_path" ]]; then
308 "key_file": "$key_file_path",
430 local key_file_path=""
554 key_file_path="$2"
625 assert_not_empty "--key_file_path" "$key_file_path"
639 "$key_file_path" \
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/test/load/packer/consul-ami/scripts/
H A Dinstall-consul213 local -r key_file_path="$5"
223 sudo mv "$key_file_path" "$consul_tls_certs_path/"
236 local key_file_path=""
270 key_file_path="$2"
300 if [[ -n "$ca_file_path" || -n "$cert_file_path" || -n "$key_file_path" ]]; then
301 install_tls_certificates "$path" "$user" "$ca_file_path" "$cert_file_path" "$key_file_path"
H A Drun-consul227 local -r key_file_path="${12}"
301 …ncryption" == "true" && ! -z "$ca_path" && ! -z "$cert_file_path" && ! -z "$key_file_path" ]]; then
308 "key_file": "$key_file_path",
430 local key_file_path=""
554 key_file_path="$2"
625 assert_not_empty "--key_file_path" "$key_file_path"
639 "$key_file_path" \
/dports/net/krill/krill-0.9.4/src/daemon/http/
H A Dtls_keys.rs31 pub fn key_file_path(data_dir: &Path) -> PathBuf { in key_file_path() function
46 let key_file_path = key_file_path(data_dir); in create_key_cert_if_needed() localVariable
49 if !key_file_path.exists() || !cert_file_path.exists() { in create_key_cert_if_needed()
84 let key_file_path = key_file_path(data_dir); in save_private_key() localVariable
86 file::save(&bytes, &key_file_path)?; in save_private_key()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/tools/pgenc/
H A Dpg_enc.c65 char key_file_path[POOLMAXPATHLEN + sizeof(POOLKEYFILE) + 1]; in main() local
95 memset(key_file_path, 0, sizeof(key_file_path)); in main()
136 strlcpy(key_file_path, optarg, sizeof(key_file_path)); in main()
256 if (strlen(key_file_path) == 0) in main()
258 get_pool_key_filename(key_file_path); in main()
261 fprintf(stdout, "trying to read key from file %s\n", key_file_path); in main()
263 pool_key = read_pool_key(key_file_path); in main()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/tools/pgenc/
H A Dpg_enc.c65 char key_file_path[POOLMAXPATHLEN + sizeof(POOLKEYFILE) + 1]; in main() local
95 memset(key_file_path, 0, sizeof(key_file_path)); in main()
136 strlcpy(key_file_path, optarg, sizeof(key_file_path)); in main()
256 if (strlen(key_file_path) == 0) in main()
258 get_pool_key_filename(key_file_path); in main()
261 fprintf(stdout, "trying to read key from file %s\n", key_file_path); in main()
263 pool_key = read_pool_key(key_file_path); in main()
/dports/games/aisleriot/aisleriot-3.22.19/src/lib/
H A Dar-card-theme-kde.cpp96 char *base_path = NULL, *key_file_path = NULL; in ar_card_theme_kde_class_get_theme_info() local
110 key_file_path = g_build_filename (base_path, KDE_BACKDECK_FILENAME, NULL); in ar_card_theme_kde_class_get_theme_info()
112 if (!g_key_file_load_from_file (key_file, key_file_path, GKeyFileFlags(0), NULL)) in ar_card_theme_kde_class_get_theme_info()
135 g_free (key_file_path); in ar_card_theme_kde_class_get_theme_info()
/dports/irc/irssi/irssi-1.2.3/src/otr/
H A Dkey.c58 char *key_file_path; member
119 g_free(key_gen_state.key_file_path); in reset_key_gen_state()
172 err = otrl_privkey_read(key_gen_state.ustate->otr_state, key_gen_state.key_file_path); in read_key_gen_status()
215 key_gen_state.key_file_path = file_path_build(OTR_KEYFILE); in key_gen_run()
216 if (key_gen_state.key_file_path == NULL) { in key_gen_run()
280 …err = otrl_privkey_generate(key_gen_state.ustate->otr_state, key_gen_state.key_file_path, key_gen_… in key_gen_run()
/dports/audio/rhythmbox/rhythmbox-3.4.4/sources/sync/
H A Drb-sync-settings.c64 char *key_file_path; member
111 file = g_file_new_for_path (priv->key_file_path); in rb_sync_settings_save()
346 priv->key_file_path, in impl_constructed()
349 rb_debug ("unable to load sync settings from %s: %s", priv->key_file_path, error->message); in impl_constructed()
367 priv->key_file_path = g_value_dup_string (value); in impl_set_property()
381 g_value_set_string (value, priv->key_file_path); in impl_get_property()
410 g_free (priv->key_file_path); in impl_finalize()
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dopenssl.c1394 const char *key_file_path) in write_private_key() argument
1430 if ((f = fopen(key_file_path, "wb")) == NULL) in write_private_key()
1434 key_file_path); in write_private_key()
1443 key_file_path); in write_private_key()
1444 close_file_stream(f, key_file_path); in write_private_key()
1449 close_file_stream(f, key_file_path); in write_private_key()
1486 char* key_file_path; in generate_key() local
1493 if (key_file_path == NULL) in generate_key()
1501 if (file_exists(key_file_path) == 1) in generate_key()
1503 freez(key_file_path); in generate_key()
[all …]
H A Dssl.c84 char *key_file_path; /* filename of the key file */ member
938 const char *key_file_path) in write_private_key() argument
964 if ((f = fopen(key_file_path, "wb")) == NULL) in write_private_key()
968 key_file_path); in write_private_key()
978 key_file_path); in write_private_key()
1023 key_opt.key_file_path = NULL; in generate_key()
1038 if (key_opt.key_file_path == NULL) in generate_key()
1047 if (file_exists(key_opt.key_file_path) == 1) in generate_key()
1088 if ((ret = write_private_key(&key, key_buf, key_opt.key_file_path)) < 0) in generate_key()
1091 "Writing private key into file %s failed", key_opt.key_file_path); in generate_key()
[all …]
/dports/deskutils/caja-extensions/caja-extensions-1.26.0/share/
H A Dcaja-share.c201 char *key_file_path; in save_changed_permissions() local
205 key_file_path = get_key_file_path (); in save_changed_permissions()
212 g_key_file_load_from_file (key_file, key_file_path, 0, NULL); in save_changed_permissions()
217 save_key_file (key_file_path, key_file); in save_changed_permissions()
220 g_free (key_file_path); in save_changed_permissions()
245 char *key_file_path; in remove_from_saved_permissions() local
251 key_file_path = get_key_file_path (); in remove_from_saved_permissions()
253 if (g_key_file_load_from_file (key_file, key_file_path, 0, NULL)) in remove_from_saved_permissions()
292 save_key_file (key_file_path, key_file); in remove_from_saved_permissions()
296 g_free (key_file_path); in remove_from_saved_permissions()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/auth/
H A Dpool_passwd.c612 read_pool_key(char *key_file_path) in read_pool_key() argument
621 if (strlen(key_file_path) == 0) in read_pool_key()
629 if ( (fp = fopen(key_file_path, "r")) == NULL) in read_pool_key()
644 (errmsg("pool key file \"%s\" is not a plain file\n", key_file_path))); in read_pool_key()
654 key_file_path))); in read_pool_key()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/auth/
H A Dpool_passwd.c610 read_pool_key(char *key_file_path) in read_pool_key() argument
619 if (strlen(key_file_path) == 0) in read_pool_key()
627 if ( (fp = fopen(key_file_path, "r")) == NULL) in read_pool_key()
642 (errmsg("pool key file \"%s\" is not a plain file\n", key_file_path))); in read_pool_key()
652 key_file_path))); in read_pool_key()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/auth/
H A Dpool_passwd.c612 read_pool_key(char *key_file_path) in read_pool_key() argument
621 if (strlen(key_file_path) == 0) in read_pool_key()
629 if ( (fp = fopen(key_file_path, "r")) == NULL) in read_pool_key()
644 (errmsg("pool key file \"%s\" is not a plain file\n", key_file_path))); in read_pool_key()
654 key_file_path))); in read_pool_key()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/auth/
H A Dpool_passwd.c612 read_pool_key(char *key_file_path) in read_pool_key() argument
621 if (strlen(key_file_path) == 0) in read_pool_key()
629 if ( (fp = fopen(key_file_path, "r")) == NULL) in read_pool_key()
644 (errmsg("pool key file \"%s\" is not a plain file\n", key_file_path))); in read_pool_key()
654 key_file_path))); in read_pool_key()
/dports/devel/py-oci/oci-2.53.1/src/oci/
H A Dconfig.py218 key_file_path = os.path.expanduser(config.get('key_file'))
219 if not os.path.isfile(key_file_path):
222 …ue \'{}\'{} must be a valid file path.".format(expanded_file_location, key_file_path, line_message)

1234