| /freebsd/crypto/openssl/test/ |
| H A D | filterprov.c | 29 OSSL_PROVIDER *deflt; member 62 return OSSL_PROVIDER_gettable_params(globs->deflt); in filter_gettable_params() 69 return OSSL_PROVIDER_get_params(globs->deflt, params); in filter_get_params() 77 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities() 96 return OSSL_PROVIDER_query_operation(globs->deflt, operation_id, no_cache); in filter_query() 113 OSSL_PROVIDER_unquery_operation(globs->deflt, operation_id, algs); in filter_unquery() 120 OSSL_PROVIDER_unload(globs->deflt); in filter_teardown() 167 ourglobals.deflt = OSSL_PROVIDER_load(ourglobals.libctx, "default"); in filter_provider_init() 168 if (ourglobals.deflt == NULL) in filter_provider_init() 192 OSSL_PROVIDER_unload(ourglobals.deflt); in filter_provider_init() [all …]
|
| H A D | provider_pkey_test.c | 53 OSSL_PROVIDER *deflt = NULL; in test_pkey_sig() local 62 if (!TEST_ptr(deflt = OSSL_PROVIDER_load(libctx, "default"))) in test_pkey_sig() 114 OSSL_PROVIDER_unload(deflt); in test_pkey_sig() 123 OSSL_PROVIDER *deflt = NULL; in test_alternative_keygen_init() local 129 if (!TEST_ptr(deflt = OSSL_PROVIDER_load(libctx, "default"))) in test_alternative_keygen_init() 175 OSSL_PROVIDER_unload(deflt); in test_alternative_keygen_init() 182 OSSL_PROVIDER *deflt = NULL; in test_pkey_eq() local 193 if (!TEST_ptr(deflt = OSSL_PROVIDER_load(libctx, "default"))) in test_pkey_eq() 233 OSSL_PROVIDER_unload(deflt); in test_pkey_eq() 314 OSSL_PROVIDER *deflt = NULL; in test_pkey_store() local [all …]
|
| H A D | provider_test.c | 46 OSSL_PROVIDER *deflt = NULL, *base = NULL; in test_provider() local 117 deflt = OSSL_PROVIDER_load(*libctx, "default"); in test_provider() 118 if (!TEST_ptr(deflt) in test_provider() 121 OSSL_PROVIDER_unload(deflt); in test_provider() 122 deflt = NULL; in test_provider() 151 OSSL_PROVIDER_unload(deflt); in test_provider()
|
| H A D | p_test.c | 155 OSSL_PROVIDER *deflt; in p_get_params() local 161 deflt = OSSL_PROVIDER_load(ctx->libctx, "default"); in p_get_params() 162 if (deflt == NULL in p_get_params() 191 OSSL_PROVIDER_unload(deflt); in p_get_params()
|
| H A D | threadstest.c | 981 OSSL_PROVIDER *deflt = OSSL_PROVIDER_load(multi_libctx, "default"); in thread_provider_load_unload() local 983 if (!TEST_ptr(deflt) in thread_provider_load_unload() 987 OSSL_PROVIDER_unload(deflt); in thread_provider_load_unload()
|
| /freebsd/kerberos5/lib/libroken/ |
| H A D | fbsd_ossl_provider_load.c | 11 static OSSL_PROVIDER *deflt; variable 27 (*ossl_provider_unload)(deflt); in fbsd_ossl_provider_unload() 62 if ((deflt = (*ossl_provider_load)(NULL, "default")) == NULL) { in fbsd_ossl_provider_load()
|
| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | verto-module.h | 110 #define verto_convert(name, deflt, ctx) \ argument 111 verto_convert_module(&VERTO_MODULE_TABLE(name), deflt, ctx) 142 verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *ctx);
|
| H A D | verto.c | 56 int deflt; member 598 if (!ctx->deflt || !ctx->module->funcs->ctx_default) in verto_free() 917 verto_convert_module(const verto_module *module, int deflt, verto_mod_ctx *mctx) in verto_convert_module() argument 925 if (deflt) { in verto_convert_module() 942 mctx = deflt in verto_convert_module() 959 ctx->deflt = deflt; in verto_convert_module() 961 if (deflt) { in verto_convert_module()
|
| /freebsd/share/examples/pf/ |
| H A D | queue1 | 6 queue { deflt, http, ssh, mail, rsets } 7 queue deflt bandwidth 10% priority 0 cbq(default ecn)
|
| /freebsd/crypto/openssl/ |
| H A D | README-PROVIDERS.md | 125 OSSL_PROVIDER *deflt; 133 deflt = OSSL_PROVIDER_load(NULL, "default"); 134 if (deflt == NULL) { 143 OSSL_PROVIDER_unload(deflt);
|
| /freebsd/sys/sys/ |
| H A D | kobj.h | 98 kobj_method_t deflt; /* default implementation */ member
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_sim.c | 201 kobj_method == &kobj_desc->deflt ? NULL : mmc_cam_default_poll, in mmc_cam_sim_alloc()
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | sound.c | 257 pcm_getbuffersize(device_t dev, unsigned int minbufsz, unsigned int deflt, unsigned int maxbufsz) in pcm_getbuffersize() argument 277 sz = deflt; in pcm_getbuffersize()
|
| H A D | sound.h | 148 unsigned int pcm_getbuffersize(device_t dev, unsigned int minbufsz, unsigned int deflt, unsigned int maxbufsz);
|
| /freebsd/sbin/fdisk/ |
| H A D | fdisk.c | 255 static int decimal(const char *str, int *num, int deflt, uint32_t maxval); 922 decimal(const char *str, int *num, int deflt, uint32_t maxval) in decimal() argument 930 printf("Supply a decimal value for \"%s\" [%d] ", str, deflt); in decimal()
|
| /freebsd/sys/kern/ |
| H A D | subr_kobj.c | 258 ce = &desc->deflt; in kobj_lookup_method()
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci.c | 1010 if (kobj_method == &kobj_desc->deflt) 1027 if (kobj_method == &kobj_desc->deflt) 1032 if (kobj_method == &kobj_desc->deflt) { 1081 if (kobj_method == &kobj_desc->deflt)
|
| /freebsd/sys/dev/clk/ |
| H A D | clk.c | 659 if (kobj_method != &kobj_desc->deflt && in clknode_create()
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 5770 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register() 5779 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register() 5854 if (kobj_method != &kobj_desc->deflt && IFDI_LED_SUPPORTED(ctx)) in iflib_device_register()
|