Lines Matching defs:library
55 const char *library;
410 if (conf->library) {
422 rv = apr_crypto_get_driver(&driver, conf->library, conf->params, &err, p);
426 "using existing configuration", conf->library);
431 "The crypto library '%s' could not be loaded: %s (%s: %d)", conf->library, err->msg, err->reason, err->rc);
436 "The crypto library '%s' could not be found",
437 conf->library);
442 "The crypto library '%s' could not be loaded",
443 conf->library);
450 "The crypto library '%s' could not be initialised",
451 conf->library);
456 "The crypto library '%s' was loaded successfully",
457 conf->library);
472 /* if no library has been configured, set the recommended library
476 new->library = APU_CRYPTO_RECOMMENDED_DRIVER;
521 conf->library = ap_getword_conf(cmd->pool, &arg);
620 "The underlying crypto library driver to use"),