Lines Matching refs:enckey
26 string_t *enckey;
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, ctx.iv, field_value, tmp, error_r);