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

/dovecot/src/plugins/mail-crypt/
H A Ddoveadm-mail-crypt.c243 const char **pubid_r, const char **error_r)
262 *pubid_r = p_strdup(ctx->ctx.pool, binary_to_hex(key_id->data,
275 user_key, pubid_r, error_r)) < 0) {
278 *pubid_r = p_strdup(ctx->ctx.pool, *pubid_r);
240 mcp_keypair_generate(struct mcp_cmd_context *ctx, struct dcrypt_public_key *user_key, struct mailbox *box, struct dcrypt_keypair *pair_r, const char **pubid_r, const char **error_r) argument
H A Dmail-crypt-key.c963 const char **pubid_r,
982 *pubid_r = binary_to_hex(key_id->data, key_id->used);
989 const char **pubid_r,
995 if (mail_crypt_generate_keypair(curve, pair, pubid_r, error_r) < 0) {
999 if (mail_crypt_user_set_keys(user, *pubid_r,
1005 mail_crypt_put_key_cache(&muser->key_cache, *pubid_r, pair->priv, pair->pub);
1013 const char **pubid_r,
1047 if ((ret = mail_crypt_generate_keypair(curve, pair, pubid_r, error_r)) < 0) {
1049 } else if ((ret = mail_crypt_box_set_keys(box, *pubid_r,
1054 mail_crypt_put_key_cache(&muser->key_cache, *pubid_r, pai
961 mail_crypt_generate_keypair(const char *curve, struct dcrypt_keypair *pair_r, const char **pubid_r, const char **error_r) argument
987 mail_crypt_user_generate_keypair(struct mail_user *user, struct dcrypt_keypair *pair, const char **pubid_r, const char **error_r) argument
1010 mail_crypt_box_generate_keypair(struct mailbox *box, struct dcrypt_keypair *pair, struct dcrypt_public_key *user_key, const char **pubid_r, const char **error_r) argument
[all...]

Completed in 249 milliseconds