Searched refs:public_key_path (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/plugins/mail-crypt/
H A Dfs-crypt.c12 if (fs->public_key_path != NULL || fs->private_key_path != NULL) {
H A Dfs-crypt-common.c24 char *public_key_path; member in struct:crypt_fs
63 const char *public_key_path = "", *private_key_path = "", *password = ""; local
68 /* [algo=<s>:][set_prefix=<n>:][public_key_path=<s>:]
88 else if (strcmp(arg, "public_key_path") == 0)
89 public_key_path = value;
114 fs->public_key_path = i_strdup_empty(public_key_path);
129 i_free(fs->public_key_path);
217 if (fs->public_key_path != NULL) {
218 if (fs_crypt_read_file("crypt:public_key_path",
[all...]
H A Dfs-mail-crypt.c13 if (fs->public_key_path != NULL || fs->private_key_path != NULL) {

Completed in 14 milliseconds