Searched refs:keyparams (Results 1 – 1 of 1) sorted by relevance
537 OSSL_PARAM *keyparams = NULL, *initparams = NULL; in self_test_asym_cipher() local556 keyparams = OSSL_PARAM_BLD_to_param(keybld); in self_test_asym_cipher()558 if (keyctx == NULL || keyparams == NULL) in self_test_asym_cipher()561 || EVP_PKEY_fromdata(keyctx, &key, EVP_PKEY_KEYPAIR, keyparams) <= 0) in self_test_asym_cipher()606 OSSL_PARAM_free(keyparams); in self_test_asym_cipher()