Searched refs:set_pw (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/plugins/mail-crypt/ |
H A D | mail-crypt-userenv.c | 23 const char *set_pw = t_strconcat(str_c(set_key), "_password", NULL); local 24 const char *password = mail_user_plugin_getenv(user, set_pw); 26 set_pw, password,
|
H A D | mail-crypt-pluginenv.c | 69 const char *set_pw = t_strconcat(str_c(set_key), "_password", NULL); local 70 const char *password = mail_crypt_plugin_getenv(set, set_pw); 72 set_pw, password,
|
H A D | mail-crypt-global-key.h | 30 const char *set_pw, const char *key_password,
|
H A D | mail-crypt-global-key.c | 77 const char *set_pw, const char *key_password, 108 set_key, set_pw); 76 mail_crypt_load_global_private_key(const char *set_key, const char *key_data, const char *set_pw, const char *key_password, struct mail_crypt_global_keys *global_keys, const char **error_r) argument
|
Completed in 761 milliseconds