OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:settableparams
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
evp_pkey_dhkem_test.c
91
const OSSL_PARAM *
settableparams
;
local
95
&& TEST_ptr(
settableparams
= EVP_PKEY_CTX_settable_params(ctx))
96
&& TEST_ptr(p = OSSL_PARAM_locate_const(
settableparams
,
99
&& TEST_ptr(p = OSSL_PARAM_locate_const(
settableparams
,
evp_kdf_test.c
1859
const OSSL_PARAM *
settableparams
;
local
1869
|| !TEST_ptr(
settableparams
= EVP_KDF_CTX_settable_params(kctx)))
1878
for (i = 0;
settableparams
[i].key != NULL; ++i) {
1880
if (OPENSSL_strcasecmp(
settableparams
[i].key,
1883
TEST_note("Testing set int into %s fails",
settableparams
[i].key);
1884
params[0] = OSSL_PARAM_construct_int(
settableparams
[i].key, &j);
Completed in 26 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026