Searched refs:dcrypt_ctx_sym_update (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | ostream-encrypt.c | 194 !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 D | dcrypt.h | 117 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 D | test-crypto.c | 74 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 D | istream-decrypt.c | 189 !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 D | dcrypt.c | 147 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 D | var-expand-crypt-plugin.c | 132 !dcrypt_ctx_sym_update(dctx, input->data,
|
Completed in 20 milliseconds