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

/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-key.c33 for(struct mail_crypt_key_cache_entry *ent = cache;
34 ent != NULL; ent = ent->next)
36 if (strcmp(pubid, ent->pubid) == 0) {
37 if (privkey_r != NULL && ent->pair.priv != NULL) {
38 dcrypt_key_ref_private(ent->pair.priv);
39 *privkey_r = ent->pair.priv;
41 } else if (pubkey_r != NULL && ent->pair.pub != NULL) {
42 dcrypt_key_ref_public(ent
82 struct mail_crypt_key_cache_entry *ent = local
[all...]

Completed in 8 milliseconds