Searched refs:gettable (Results 1 – 25 of 35) sorted by relevance
12
/third_party/openssl/test/ |
D | provider_status_test.c | 112 const OSSL_PARAM *gettable, *p; in get_provider_params() local 114 if (!TEST_ptr(gettable = OSSL_PROVIDER_gettable_params(prov)) in get_provider_params() 115 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_NAME)) in get_provider_params() 116 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION)) in get_provider_params() 117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS)) in get_provider_params() 118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_BUILDINFO))) in get_provider_params()
|
D | ectest.c | 2397 const OSSL_PARAM *gettable; in do_test_custom_explicit_fromdata() local 2573 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam)) in do_test_custom_explicit_fromdata() 2574 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME)) in do_test_custom_explicit_fromdata() 2575 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING)) in do_test_custom_explicit_fromdata() 2576 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_FIELD_TYPE)) in do_test_custom_explicit_fromdata() 2577 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P)) in do_test_custom_explicit_fromdata() 2578 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A)) in do_test_custom_explicit_fromdata() 2579 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B)) in do_test_custom_explicit_fromdata() 2580 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_GENERATOR)) in do_test_custom_explicit_fromdata() 2581 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)) in do_test_custom_explicit_fromdata() [all …]
|
D | evp_pkey_provided_test.c | 1192 const OSSL_PARAM *gettable = NULL; in test_fromdata_ec() local 1253 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk)) in test_fromdata_ec() 1254 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec() 1256 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec() 1258 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec()
|
/third_party/openssl/doc/man7/ |
D | EVP_MD-WHIRLPOOL.pod | 18 This implementation supports the common gettable parameters described
|
D | EVP_MD-SM3.pod | 18 This implementation supports the common gettable parameters described
|
D | EVP_MD-MD5.pod | 18 This implementation supports the common gettable parameters described
|
D | EVP_MD-MD4.pod | 18 This implementation supports the common gettable parameters described
|
D | EVP_MD-MD2.pod | 18 This implementation supports the common gettable parameters described
|
D | EVP_MD-BLAKE2.pod | 30 This implementation supports the common gettable parameters described
|
D | EVP_MD-SHA3.pod | 30 This implementation supports the common gettable parameters described
|
D | EVP_MD-RIPEMD160.pod | 19 This implementation supports the common gettable parameters described
|
D | EVP_SIGNATURE-DSA.pod | 38 The gettable parameters are described in L<provider-signature(7)>.
|
D | EVP_MD-MDC2.pod | 18 This implementation supports the common gettable parameters described
|
D | provider-keyexch.pod | 155 array that describes the gettable parameters, i.e. parameters that can be 161 Notice that not all settable parameters are also gettable, and vice versa. 204 usually do not need to support this gettable parameter as its sole purpose
|
D | EVP_MD-SHA2.pod | 61 This implementation supports the common gettable parameters described
|
D | EVP_MD-common.pod | 11 gettable with L<EVP_MD_get_params(3)>, as well as these:
|
D | EVP_MD-SHA1.pod | 18 This implementation supports the common gettable parameters described
|
D | EVP_MD-MD5-SHA1.pod | 20 This implementation supports the common gettable parameters described
|
D | EVP_MD-SHAKE.pod | 45 This implementation supports the common gettable parameters described
|
D | provider-signature.pod | 382 constant B<OSSL_PARAM> array that describes the gettable and settable parameters, 407 get a constant B<OSSL_PARAM> array that describes the gettable and settable 420 return the gettable or settable parameters in a constant B<OSSL_PARAM> array.
|
D | provider-kem.pod | 184 get a constant B<OSSL_PARAM> array that describes the gettable and settable
|
D | provider-asym_cipher.pod | 243 get a constant B<OSSL_PARAM> array that describes the gettable and settable
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_set_params.pod | 33 constant B<OSSL_PARAM> array that describes the gettable and
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/ |
D | EGL_ANDROID_native_fence_sync.txt | 274 - Removed EGL_SYNC_NATIVE_FENCE_FD_ANDROID from the table of gettable
|
/third_party/EGL/extensions/ANDROID/ |
D | EGL_ANDROID_native_fence_sync.txt | 274 - Removed EGL_SYNC_NATIVE_FENCE_FD_ANDROID from the table of gettable
|
12