Home
last modified time | relevance | path

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

12

/openssl-master/test/
A Dprovider_status_test.c112 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()
A Dectest.c2397 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()
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()
2581 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)) in do_test_custom_explicit_fromdata()
2582 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_COFACTOR)) in do_test_custom_explicit_fromdata()
2583 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_SEED)) in do_test_custom_explicit_fromdata()
[all …]
A Devp_pkey_provided_test.c1150 const OSSL_PARAM *gettable = NULL; in test_fromdata_ec() local
1201 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk)) in test_fromdata_ec()
1202 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec()
1204 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec()
1206 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec()
/openssl-master/doc/man7/
A DEVP_MD-MD2.pod18 This implementation supports the common gettable parameters described
A DEVP_MD-MD4.pod18 This implementation supports the common gettable parameters described
A DEVP_MD-MD5.pod18 This implementation supports the common gettable parameters described
A DEVP_MD-SM3.pod18 This implementation supports the common gettable parameters described
A DEVP_MD-WHIRLPOOL.pod18 This implementation supports the common gettable parameters described
A DEVP_MD-KECCAK.pod30 This implementation supports the common gettable parameters described
A DEVP_MD-RIPEMD160.pod19 This implementation supports the common gettable parameters described
A DEVP_MD-SHA3.pod30 This implementation supports the common gettable parameters described
A DEVP_MD-BLAKE2.pod30 This implementation supports the common gettable parameters described
A DEVP_MD-MDC2.pod18 This implementation supports the common gettable parameters described
A DEVP_SIGNATURE-DSA.pod38 The gettable parameters are described in L<provider-signature(7)>.
A DEVP_MD-SHA2.pod61 This implementation supports the common gettable parameters described
A DEVP_MD-SHA1.pod18 This implementation supports the common gettable parameters described
A DEVP_MD-common.pod11 gettable with L<EVP_MD_get_params(3)>, as well as these:
A DEVP_MD-MD5-SHA1.pod20 This implementation supports the common gettable parameters described
A DEVP_MD-SHAKE.pod43 This implementation supports the common gettable parameters described
A DEVP_KEYEXCH-DH.pod29 usually do not need to support this gettable parameter as its sole purpose
A Dprovider-keyexch.pod155 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.
A DEVP_KEYEXCH-ECDH.pod65 usually do not need to support this gettable parameter as its sole purpose
A Dprovider-signature.pod386 constant B<OSSL_PARAM> array that describes the gettable and settable parameters,
411 get a constant B<OSSL_PARAM> array that describes the gettable and settable
424 return the gettable or settable parameters in a constant B<OSSL_PARAM> array.
A Dprovider-kem.pod184 get a constant B<OSSL_PARAM> array that describes the gettable and settable
/openssl-master/doc/man3/
A DEVP_PKEY_CTX_set_params.pod33 constant B<OSSL_PARAM> array that describes the gettable and

Completed in 36 milliseconds

12