OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:key_params
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ml_dsa_kmgmt.c
198
const ML_DSA_PARAMS *
key_params
= ossl_ml_dsa_key_params(key);
local
206
if (pk != NULL && pk_len !=
key_params
->pk_len) {
208
"Invalid %s public key length",
key_params
->alg);
227
if (sk != NULL && sk_len !=
key_params
->sk_len) {
229
"Invalid %s private key length",
key_params
->alg);
264
key_params
->alg);
413
const ML_DSA_PARAMS *
key_params
;
local
435
key_params
= ossl_ml_dsa_key_params(key);
438
key_params
->alg);
/src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_kats.c
613
OSSL_PARAM *
key_params
= NULL;
local
625
key_params
= kat_params_to_ossl_params(libctx, t->keygen_params, NULL);
626
if (
key_params
== NULL)
630
|| EVP_PKEY_CTX_set_params(key_ctx,
key_params
) != 1
649
OSSL_PARAM_free(
key_params
);
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026