Lines Matching refs:EC_KEY

101 int ossl_ec_set_check_group_type_from_name(EC_KEY *ec, const char *name)  in ossl_ec_set_check_group_type_from_name()
112 static int ec_set_check_group_type_from_param(EC_KEY *ec, const OSSL_PARAM *p) in ec_set_check_group_type_from_param()
359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode()
396 int ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) in ossl_ec_key_fromdata()
499 int ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_group_fromdata()
518 static int ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_point_format_fromdata()
534 static int ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_group_check_fromdata()
544 static int ec_set_include_public(EC_KEY *ec, int include) in ec_set_include_public()
556 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata()
587 int ossl_ec_key_is_foreign(const EC_KEY *ec) in ossl_ec_key_is_foreign()
597 EC_KEY *ossl_ec_key_dup(const EC_KEY *src, int selection) in ossl_ec_key_dup()
599 EC_KEY *ret; in ossl_ec_key_dup()
760 EC_KEY *ossl_ec_key_param_from_x509_algor(const X509_ALGOR *palg, in ossl_ec_key_param_from_x509_algor()
765 EC_KEY *eckey = NULL; in ossl_ec_key_param_from_x509_algor()
811 EC_KEY *ossl_ec_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, in ossl_ec_key_from_pkcs8()
816 EC_KEY *eckey = NULL; in ossl_ec_key_from_pkcs8()