Home
last modified time | relevance | path

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

/openssl/providers/fips/
H A Dself_test_kats.c537 OSSL_PARAM *keyparams = NULL, *initparams = NULL; in self_test_asym_cipher() local
578 initparams = OSSL_PARAM_BLD_to_param(initbld); in self_test_asym_cipher()
579 if (initparams == NULL) in self_test_asym_cipher()
581 if (EVP_PKEY_CTX_set_params(encctx, initparams) <= 0) in self_test_asym_cipher()
608 OSSL_PARAM_free(initparams); in self_test_asym_cipher()

Completed in 8 milliseconds