Lines Matching defs:config
42 * Structure to carry the per-dir session config.
52 * Structure to carry the server wide session config.
61 * Initialise the encryption as per the current config.
118 * Encrypt the string given as per the current config.
220 * Decrypt the string given as per the current config.
509 static const char *set_crypto_driver(cmd_parms * cmd, void *config, const char *arg)
528 static const char *set_crypto_passphrase(cmd_parms * cmd, void *config, const char *arg)
534 session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config;
570 static const char *set_crypto_passphrase_file(cmd_parms *cmd, void *config,
592 set_crypto_passphrase(cmd, config, arg);
601 static const char *set_crypto_cipher(cmd_parms * cmd, void *config, const char *cipher)
603 session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config;
634 create_session_crypto_dir_config, /* dir config creater */
636 create_session_crypto_config, /* server config */
637 NULL, /* merge server config */