Lines Matching defs:set_key
15 string_t *set_key = t_str_new(64);
16 str_append(set_key, set_prefix);
17 str_append(set_key, "_private_key");
18 size_t prefix_len = str_len(set_key);
22 while ((key_data = mail_user_plugin_getenv(user, str_c(set_key))) != NULL) {
23 const char *set_pw = t_strconcat(str_c(set_key), "_password", NULL);
25 if (mail_crypt_load_global_private_key(str_c(set_key), key_data,
40 str_truncate(set_key, prefix_len);
41 str_printfa(set_key, "%u", ++i);
51 const char *set_key = t_strconcat(set_prefix, "_public_key", NULL);
52 const char *key_data = mail_user_plugin_getenv(user, set_key);
56 if (mail_crypt_load_global_public_key(set_key,