Home
last modified time | relevance | path

Searched refs:_gnutls_params_get_ecc_raw (Results 1 – 4 of 4) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dpk.h108 int _gnutls_params_get_ecc_raw(const gnutls_pk_params_st* params,
H A Dprivkey_raw.c261 ret = _gnutls_params_get_ecc_raw(&params, curve, x, y, k, flags); in gnutls_privkey_export_ecc_raw2()
H A Dpk.c1010 int _gnutls_params_get_ecc_raw(const gnutls_pk_params_st* params, in _gnutls_params_get_ecc_raw() function
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dprivkey.c1572 return _gnutls_params_get_ecc_raw(&key->params, curve, x, y, k, 0); in gnutls_x509_privkey_export_ecc_raw()