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

/dovecot/src/lib-dcrypt/
H A Ddcrypt-private.h12 bool (*initialize)(const struct dcrypt_settings *set, const char **error_r); member in struct:dcrypt_vfs
H A Ddcrypt.c39 if (dcrypt_vfs->initialize != NULL) {
40 if (!dcrypt_vfs->initialize(set, error_r)) {
H A Ddcrypt-openssl.c625 /* initialize derivation */
671 /* initialize */
2213 .initialize = dcrypt_openssl_initialize,

Completed in 22 milliseconds