Searched refs:gettable (Results 1 – 25 of 32) sorted by relevance
12
/openssl/test/ |
H A D | provider_status_test.c | 113 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 D | ectest.c | 2509 const OSSL_PARAM *gettable; in do_test_custom_explicit_fromdata() local 2685 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam)) in do_test_custom_explicit_fromdata() 2686 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME)) in do_test_custom_explicit_fromdata() 2687 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING)) in do_test_custom_explicit_fromdata() 2689 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P)) in do_test_custom_explicit_fromdata() 2690 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A)) in do_test_custom_explicit_fromdata() 2691 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B)) in do_test_custom_explicit_fromdata() 2693 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDER)) in do_test_custom_explicit_fromdata() 2694 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_COFACTOR)) in do_test_custom_explicit_fromdata() 2695 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_SEED)) in do_test_custom_explicit_fromdata() [all …]
|
H A D | evp_pkey_provided_test.c | 1619 const OSSL_PARAM *gettable = NULL; in test_fromdata_ec() local 1688 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk)) in test_fromdata_ec() 1689 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec() 1691 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec() 1693 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, in test_fromdata_ec()
|
/openssl/doc/designs/ |
H A D | fast-param-find.md | 109 - "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
|
H A D | fetching-composite-algorithms.md | 81 2. through a gettable `OSSL_PARAM`, using the param identity "keytype"
|
H A D | xof.md | 57 multiple calls are allowed. This could just be a new gettable flag (having a
|
/openssl/doc/man7/ |
H A D | EVP_MD-MD5.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-MD4.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-SM3.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-WHIRLPOOL.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-MD2.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-KECCAK.pod | 30 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-SHA3.pod | 30 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-NULL.pod | 25 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-RIPEMD160.pod | 19 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-MDC2.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-SHA2.pod | 65 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-SHA1.pod | 18 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-MD5-SHA1.pod | 20 This implementation supports the common gettable parameters described
|
H A D | EVP_MD-common.pod | 11 gettable with L<EVP_MD_get_params(3)>, as well as these:
|
H A D | EVP_MD-BLAKE2.pod | 41 This implementation supports the common gettable parameters described
|
H A D | provider-keyexch.pod | 155 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 D | EVP_SIGNATURE-DSA.pod | 101 The gettable parameters are described in L<provider-signature(7)>.
|
H A D | provider-signature.pod | 562 constant L<OSSL_PARAM(3)> array that describes the gettable and settable parameters, 586 get a constant L<OSSL_PARAM(3)> array that describes the gettable and settable 598 return the gettable or settable parameters in a constant L<OSSL_PARAM(3)> array.
|
/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_set_params.pod | 35 constant L<OSSL_PARAM(3)> array that describes the gettable and
|
Completed in 39 milliseconds
12