Home
last modified time | relevance | path

Searched refs:gettable (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Dprovider_status_test.c113 const OSSL_PARAM *gettable, *p; in get_provider_params() local
115 if (!TEST_ptr(gettable = OSSL_PROVIDER_gettable_params(prov)) in get_provider_params()
116 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_NAME)) in get_provider_params()
117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION)) in get_provider_params()
118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS)) in get_provider_params()
119 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_BUILDINFO))) in get_provider_params()
H A Dectest.c2471 const OSSL_PARAM *gettable; in do_test_custom_explicit_fromdata() local
2648 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam)) in do_test_custom_explicit_fromdata()
2649 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME)) in do_test_custom_explicit_fromdata()
2650 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING)) in do_test_custom_explicit_fromdata()
2651 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_FIELD_TYPE)) in do_test_custom_explicit_fromdata()
2652 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P)) in do_test_custom_explicit_fromdata()
2653 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A)) in do_test_custom_explicit_fromdata()
2654 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B)) in do_test_custom_explicit_fromdata()
2655 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_GENERATOR)) in do_test_custom_explicit_fromdata()
2656 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)) in do_test_custom_explicit_fromdata()
[all …]
H A Devp_extra_test2.c517 const OSSL_PARAM *gettable; in do_pkey_all_gettables_probe() local
523 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkey))) in do_pkey_all_gettables_probe()
526 while (gettable[n].key != NULL) in do_pkey_all_gettables_probe()
540 probe[i] = gettable[i]; in do_pkey_all_gettables_probe()
544 if (gettable[i].data_type == OSSL_PARAM_OCTET_PTR in do_pkey_all_gettables_probe()
545 || gettable[i].data_type == OSSL_PARAM_UTF8_PTR) { in do_pkey_all_gettables_probe()
/freebsd/tests/sys/netgraph/
H A Dbridge.c47 struct gettable struct
89 struct gettable rm; in ATF_TC_BODY()
261 struct gettable rm; in ATF_TC_BODY()
391 struct gettable rm; in ATF_TC_BODY()
505 struct gettable rm; in ATF_TC_BODY()
626 struct gettable *rm = ctx; in get_tablesize()
/freebsd/crypto/openssl/doc/designs/
H A Dfast-param-find.md109 - "params" defines the parameters both gettable and settable
119 parameter is a settable, gettable or both
129 - "published" set to "yes" includes the parameter in the gettable/settable
137 - unpublished: do not generate this parameter in the gettable/settable list
142 The idea is that the gettable and get functions will be simultaneously
/freebsd/libexec/getty/
H A Dextern.h48 void gettable(const char *);
H A Dmain.c188 gettable("default"); in main()
794 gettable(tname); in dogettytab()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-SM3.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-MD4.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-MD2.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-MD5.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-WHIRLPOOL.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-KECCAK.pod30 This implementation supports the common gettable parameters described
H A DEVP_PKEY-ML-KEM.pod42 When the seed is retained, it is also available as a B<gettable> parameter,
61 These are gettable using
78 Initial import aside, this parameter is otherwise only gettable.
88 Initial import aside, this parameter is otherwise only gettable.
98 This parameter is gettable and settable (once only).
H A DEVP_MD-NULL.pod25 This implementation supports the common gettable parameters described
H A DEVP_MD-SHA3.pod30 This implementation supports the common gettable parameters described
H A DEVP_MD-RIPEMD160.pod19 This implementation supports the common gettable parameters described
H A DEVP_MD-MDC2.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-SHA2.pod65 This implementation supports the common gettable parameters described
H A DEVP_MD-SHA1.pod18 This implementation supports the common gettable parameters described
H A DEVP_MD-common.pod11 gettable with L<EVP_MD_get_params(3)>, as well as these:
H A DEVP_MD-MD5-SHA1.pod20 This implementation supports the common gettable parameters described
H A Dprovider-keyexch.pod155 array that describes the gettable parameters, i.e. parameters that can be
160 Notice that not all settable parameters are also gettable, and vice versa.
203 usually do not need to support this gettable parameter as its sole purpose
H A DEVP_MD-BLAKE2.pod41 This implementation supports the common gettable parameters described
/freebsd/contrib/lua/src/
H A Dlapi.c725 static Table *gettable (lua_State *L, int idx) { in gettable() function
737 t = gettable(L, idx); in lua_rawget()
747 t = gettable(L, idx); in lua_rawgeti()
756 t = gettable(L, idx); in lua_rawgetp()
900 t = gettable(L, idx); in aux_rawset()
925 t = gettable(L, idx); in lua_rawseti()
1258 t = gettable(L, idx); in lua_next()

12