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

/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-key.c197 const char *mail_crypt_get_key_path(bool user_key, bool public, const char *pubid) function
311 const char *attr_name = mail_crypt_get_key_path(user_key, FALSE, pubid);
424 const char *attr_name = mail_crypt_get_key_path(user_key, FALSE, pubid);
556 const char *attr_name = mail_crypt_get_key_path(user_key, TRUE, pubid);
670 const char *attr_name = mail_crypt_get_key_path(user_key, TRUE, pubid);

Completed in 177 milliseconds