Searched refs:ossl_ec_key_otherparams_fromdata (Results 1 – 4 of 4) sorted by relevance
79 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]);
621 || !ossl_ec_key_otherparams_fromdata(ec, params) in ec_pkey_import_from()
556 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata() function
430 ok = ok && ossl_ec_key_otherparams_fromdata(ec, params); in common_import()855 return ossl_ec_key_otherparams_fromdata(eck, params); in ec_set_params()
Completed in 18 milliseconds