Searched defs:private_key_path (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/mail-crypt/
H A Dfs-crypt-common.c25 char *private_key_path; member in struct:crypt_fs
63 const char *public_key_path = "", *private_key_path = "", *password = ""; local
69 [private_key_path=<s>:[password=<s>:]]<parent fs> */
90 else if (strcmp(arg, "private_key_path") == 0)
91 private_key_path = value;
115 fs->private_key_path = i_strdup_empty(private_key_path);
130 i_free(fs->private_key_path);
230 if (fs->private_key_path != NULL) {
231 if (fs_crypt_read_file("crypt:private_key_path",
[all...]

Completed in 37 milliseconds