Searched defs:dcrypt_openssl_ctx_sym_create (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | dcrypt-openssl.c | 188 bool dcrypt_openssl_ctx_sym_create(const char *algorithm, enum dcrypt_sym_mode mode, struct dcrypt_context_symmetric **ctx_r, const char **error_r) function 776 if (!dcrypt_openssl_ctx_sym_create("aes-256-ctr", DCRYPT_MODE_DECRYPT, &dctx, error_r)) { 988 if (!dcrypt_openssl_ctx_sym_create(cipher, mode, &dctx, error_r)) { 2214 .ctx_sym_create = dcrypt_openssl_ctx_sym_create,
|
Completed in 21 milliseconds