Home
last modified time | relevance | path

Searched refs:params1 (Results 1 – 2 of 2) sorted by relevance

/openssl/doc/man3/
H A DOSSL_PARAM_dup.pod13 OSSL_PARAM *OSSL_PARAM_merge(const OSSL_PARAM *params, const OSSL_PARAM *params1);
25 OSSL_PARAM_merge() merges the parameter arrays I<params> and I<params1> into a
26 new parameter array. If I<params> and I<params1> contain values with the same
27 'key' then the value from I<params1> will replace the I<param> value. This
28 function does a shallow copy of the parameters. Either I<params> or I<params1>
30 I<params1> contain the same key, and there are multiple entries within either
/openssl/test/
H A Dectest.c2714 OSSL_PARAM *params1 = NULL, *params2 = NULL; in custom_params_test() local
2905 || !TEST_ptr(params1 = OSSL_PARAM_BLD_to_param(param_bld))) in custom_params_test()
2924 params1), 1) in custom_params_test()
2948 OSSL_PARAM_free(params1); in custom_params_test()

Completed in 16 milliseconds