OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
2185
const OSSL_PARAM *
settableparams
;
local
2195
|| !TEST_ptr(
settableparams
= EVP_KDF_CTX_settable_params(kctx)))
2204
for (i = 0;
settableparams
[i].key != NULL; ++i) {
2206
if (OPENSSL_strcasecmp(
settableparams
[i].key,
2209
TEST_note("Testing set int into %s fails",
settableparams
[i].key);
2210
params[0] = OSSL_PARAM_construct_int(
settableparams
[i].key, &j);
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026