Searched refs:mail_crypt_plugin_getenv (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-pluginenv.c35 const char *mail_crypt_plugin_getenv(const struct fs_crypt_settings *set, function
68 while ((key_data = mail_crypt_plugin_getenv(set, str_c(set_key))) != NULL) {
70 const char *password = mail_crypt_plugin_getenv(set, set_pw);
88 const char *key_data = mail_crypt_plugin_getenv(set, set_key);
H A Dtest-mail-global-key.c63 const char *key_data = mail_crypt_plugin_getenv(&fs_set, set_key);

Completed in 1087 milliseconds