Searched refs:set_pw (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-userenv.c23 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 Dmail-crypt-pluginenv.c69 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 Dmail-crypt-global-key.h30 const char *set_pw, const char *key_password,
H A Dmail-crypt-global-key.c77 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