Searched refs:_gnutls_pk_curve_exists (Results 1 – 2 of 2) sorted by relevance
286 if (p->supported && _gnutls_pk_curve_exists(p->id)) in gnutls_ecc_curve_list()298 if (p->id == curve && p->supported && _gnutls_pk_curve_exists(p->id)) in _gnutls_ecc_curve_is_supported()319 _gnutls_pk_curve_exists(p->id)) { in gnutls_oid_to_ecc_curve()345 _gnutls_pk_curve_exists(p->id)) { in gnutls_ecc_curve_get_id()371 if (!p->supported || !_gnutls_pk_curve_exists(p->id)) in _gnutls_ecc_pk_compatible()542 if (p->id == curve && p->supported && _gnutls_pk_curve_exists(p->id)) { in _gnutls_ecc_curve_get_group()
42 #define _gnutls_pk_curve_exists( curve) _gnutls_pk_ops.curve_exists(curve) macro