Searched refs:enckey (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/var-expand-crypt/
H A Dvar-expand-crypt-plugin.c26 string_t *enckey; member in struct:var_expand_crypt_context
70 str_truncate(ctx->enckey, 0);
71 if (var_expand_with_funcs(ctx->enckey, value,
78 const char *hexkey = t_strdup(str_c(ctx->enckey));
79 str_truncate(ctx->enckey, 0);
80 hex_to_binary(hexkey, ctx->enckey);
164 ctx.enckey = t_str_new(64);
186 ret = var_expand_crypt(dctx, ctx.enckey, ctx.iv, field_value, tmp, error_r);
244 ctx.enckey = t_str_new(64);
294 ret = var_expand_crypt(dctx, ctx.enckey, ct
[all...]

Completed in 9 milliseconds