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

/dovecot/src/plugins/mail-crypt/
H A Ddoveadm-mail-crypt.c598 static void cmd_mcp_key_list_cb(const struct generated_key *_key, void *context) argument
602 key->name = p_strdup(ctx->pool, _key->name);
603 key->id = p_strdup(ctx->pool, _key->id);
604 key->active = _key->active;
/dovecot/src/lib-index/
H A Dmail-index-strmap.c164 static unsigned int mail_index_strmap_hash_key(const void *_key) argument
166 const struct mail_index_strmap_hash_key *key = _key;
172 mail_index_strmap_hash_cmp(const void *_key, const void *_value, void *context) argument
174 const struct mail_index_strmap_hash_key *key = _key;
/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c1964 struct dcrypt_public_key *_key = *key; local
1965 i_assert(_key->ref > 0);
1967 if (--_key->ref > 0) return;
1968 EVP_PKEY_free(_key->key);
1969 i_free(_key);
1975 struct dcrypt_private_key *_key = *key; local
1976 i_assert(_key->ref > 0);
1978 if (--_key->ref > 0) return;
1979 EVP_PKEY_free(_key->key);
1980 i_free(_key);
[all...]

Completed in 15 milliseconds