Lines Matching refs:set
35 const char *mail_crypt_plugin_getenv(const struct fs_crypt_settings *set,
41 if (set == NULL)
44 if (!array_is_created(&set->plugin_envs))
47 envs = array_get(&set->plugin_envs, &count);
56 mail_crypt_load_global_private_keys(const struct fs_crypt_settings *set,
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);
85 const struct fs_crypt_settings *set = fs_crypt_load_settings();
88 const char *key_data = mail_crypt_plugin_getenv(set, set_key);
99 mail_crypt_load_global_private_keys(set, set_prefix, global_keys_r,