Searched refs:modulename (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_load.c | 53 openpam_load_module(const char *modulename) in openpam_load_module() argument 57 module = openpam_dynamic(modulename); in openpam_load_module() 59 (module == NULL) ? "no" : "using", modulename); in openpam_load_module() 63 if (module == NULL && strchr(modulename, '/') == NULL) { in openpam_load_module() 64 module = openpam_static(modulename); in openpam_load_module() 66 (module == NULL) ? "no" : "using", modulename); in openpam_load_module() 70 openpam_log(PAM_LOG_ERROR, "no %s found", modulename); in openpam_load_module()
|
H A D | openpam_configure.c | 162 char *name, *servicename, *modulename; in openpam_parse_chain() local 246 if ((modulename = wordv[i++]) == NULL || in openpam_parse_chain() 247 !valid_module_name(modulename)) { in openpam_parse_chain() 261 if ((this->module = openpam_load_module(modulename)) == NULL) { in openpam_parse_chain()
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_filter | 1 # modulename:various arguments here
|
/freebsd/crypto/openssl/providers/ |
H A D | build.info | 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a
|
/freebsd/contrib/ntp/libparse/ |
H A D | README | 24 Both modules can be loaded via modload <modulename>.
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 11134 char *modulename; in setup_tests() local 11159 || !TEST_ptr(modulename = test_get_argument(3)) in setup_tests() 11168 if (!TEST_true(OSSL_PROVIDER_available(libctx, modulename))) in setup_tests() 11172 if (strcmp(modulename, "default") != 0 in setup_tests() 11176 if (strcmp(modulename, "fips") == 0) in setup_tests()
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 391 policies = external-check builtin:minimum-length modulename:policyname
|