Searched refs:mail_crypt_get_private_key (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/plugins/mail-crypt/ |
H A D | mail-crypt-key.h | 33 int mail_crypt_get_private_key(struct mailbox *box, const char *pubid,
|
H A D | mail-crypt-key.c | 295 int mail_crypt_get_private_key(struct mailbox *box, const char *pubid, function 378 ret = mail_crypt_get_private_key(box, pubid, TRUE, FALSE, 402 return mail_crypt_get_private_key(box, value.value, 855 return mail_crypt_get_private_key(box, pubid, FALSE, TRUE, key_r, 1096 if ((ret = mail_crypt_get_private_key(box, id, FALSE, FALSE,
|
H A D | mail-crypt-plugin.c | 138 ret = mail_crypt_get_private_key(_mail->box, pubkey_digest,
|
H A D | test-mail-key.c | 425 test_assert(mail_crypt_get_private_key(box, mcp_old_box_key_id, FALSE, FALSE, 429 i_error("mail_crypt_get_private_key(%s) failed: %s",
|
H A D | doveadm-mail-crypt.c | 652 if ((ret = mail_crypt_get_private_key(key->box, key->id, user_key, FALSE,
|
Completed in 1756 milliseconds