Searched refs:keybld (Results 1 – 1 of 1) sorted by relevance
538 OSSL_PARAM_BLD *keybld = NULL, *initbld = NULL; in self_test_asym_cipher() local552 keybld = OSSL_PARAM_BLD_new(); in self_test_asym_cipher()553 if (keybld == NULL in self_test_asym_cipher()554 || !add_params(keybld, t->key, bnctx)) in self_test_asym_cipher()556 keyparams = OSSL_PARAM_BLD_to_param(keybld); in self_test_asym_cipher()607 OSSL_PARAM_BLD_free(keybld); in self_test_asym_cipher()