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

/dovecot/src/lib-dcrypt/
H A Dostream-encrypt.c194 !dcrypt_ctx_sym_update(dctx, seed, sizeof(seed), encrypted_key, &error) ||
297 !dcrypt_ctx_sym_update(dctx, key, key_len, encrypted_key, &error) ||
459 if (!dcrypt_ctx_sym_update(estream->ctx_sym, ptr + off, bl, &buf, &error)) {
H A Ddcrypt.h117 bool dcrypt_ctx_sym_update(struct dcrypt_context_symmetric *ctx, const unsigned char *data, size_t data_len, buffer_t *result, const char **error_r);
H A Dtest-crypto.c74 test_assert_idx(dcrypt_ctx_sym_update(ctx, pt->data, pt->used, res_enc, NULL), i);
92 test_assert_idx(dcrypt_ctx_sym_update(ctx, res_enc->data, res_enc->used, res_dec, NULL), i);
137 test_assert(dcrypt_ctx_sym_update(ctx, pt->data, pt->used, res, &error));
157 test_assert(dcrypt_ctx_sym_update(ctx, ct->data, ct->used, res, &error));
H A Distream-decrypt.c189 !dcrypt_ctx_sym_update(dctx, key_ct_pos, key_ct_len, key, &error) ||
420 !dcrypt_ctx_sym_update(dctx, encrypted_key, eklen, key, &error) ||
811 if (!dcrypt_ctx_sym_update(dstream->ctx_sym,
H A Ddcrypt.c147 bool dcrypt_ctx_sym_update(struct dcrypt_context_symmetric *ctx, const unsigned char *data, size_t data_len, buffer_t *result, const char **error_r) function
/dovecot/src/plugins/var-expand-crypt/
H A Dvar-expand-crypt-plugin.c132 !dcrypt_ctx_sym_update(dctx, input->data,

Completed in 20 milliseconds