Searched defs:shared (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/plugins/mail-crypt/
H A Dtest-mail-key.c49 int test_mail_attribute_get(struct mailbox *box, bool user_key, bool shared, argument
63 shared ? PUBKEYS_PREFIX :
66 attr_type = shared ? MAIL_ATTRIBUTE_TYPE_SHARED : MAIL_ATTRIBUTE_TYPE_PRIVATE;
88 bool user_key, bool shared, const char *pubid,
102 shared ? PUBKEYS_PREFIX :
105 attr_type = shared ? MAIL_ATTRIBUTE_TYPE_SHARED : MAIL_ATTRIBUTE_TYPE_PRIVATE;
87 test_mail_attribute_set(struct mailbox_transaction_context *t, bool user_key, bool shared, const char *pubid, const char *value, const char **error_r) argument
H A Dmail-crypt-key.c296 bool user_key, bool shared,
314 shared ? MAIL_ATTRIBUTE_TYPE_SHARED :
320 shared ? "/shared/" :
364 *error_r = t_strdup_printf("mailbox_attribute_get(%s, /shared/%s) failed: %s",
394 *error_r = t_strdup_printf("mailbox_attribute_get(%s, /shared/%s) failed: %s",
409 bool user_key, bool shared, const char *pubid,
415 unless they are shared keys */
416 i_assert(user_key || shared || enc_key != NULL);
448 shared
295 mail_crypt_get_private_key(struct mailbox *box, const char *pubid, bool user_key, bool shared, struct dcrypt_private_key **key_r, const char **error_r) argument
408 mail_crypt_set_private_key(struct mailbox_transaction_context *t, bool user_key, bool shared, const char *pubid, struct dcrypt_public_key *enc_key, struct dcrypt_private_key *key, const char **error_r) argument
[all...]
/dovecot/src/lib-http/
H A Dhttp-client-private.h263 struct http_client_peer_shared *shared; member in struct:http_client_peer
354 struct http_client_host_shared *shared; member in struct:http_client_host
569 /* peer (shared) */
653 /* host (shared) */
665 return host->shared->ips_count;
672 i_assert(idx < host->shared->ips_count);
673 return &host->shared->ips[idx];
679 return host->shared->dns_lookup == NULL;
707 * Client shared context

Completed in 12 milliseconds