Home
last modified time | relevance | path

Searched refs:gnutls_x509_privkey_import_ecc_raw (Results 1 – 16 of 16) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/doc/functions/
H A Dgnutls_x509_privkey_import_ecc_raw.short1 @item @var{int} @ref{gnutls_x509_privkey_import_ecc_raw} (gnutls_x509_privkey_t @var{key}, gnutls_e…
H A Dgnutls_x509_privkey_import_ecc_raw5 @deftypefun {int} {gnutls_x509_privkey_import_ecc_raw} (gnutls_x509_privkey_t @var{key}, gnutls_ecc…
/dports/security/gnutls/gnutls-3.6.16/tests/
H A Dkey-export-pkcs8.c158 …ret = gnutls_x509_privkey_import_ecc_raw(key, GNUTLS_ECC_CURVE_ED25519, &_ed25519_x, NULL, &_ed255… in check_ed25519()
216 …ret = gnutls_x509_privkey_import_ecc_raw(key, GNUTLS_ECC_CURVE_SECP256R1, &_ecc_x, &_ecc_y, &_ecc_… in check_ecc()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/keymgr/
H A Dbind_privkey.c327 result = gnutls_x509_privkey_import_ecc_raw(key, curve, &x, &y, &k); in ecdsa_params_to_pem()
365 result = gnutls_x509_privkey_import_ecc_raw(key, curve, &x, NULL, &k); in eddsa_params_to_pem()
/dports/dns/knot3/knot-3.1.5/src/utils/keymgr/
H A Dbind_privkey.c327 result = gnutls_x509_privkey_import_ecc_raw(key, curve, &x, &y, &k); in ecdsa_params_to_pem()
365 result = gnutls_x509_privkey_import_ecc_raw(key, curve, &x, NULL, &k); in eddsa_params_to_pem()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dprivkey_raw.c462 ret = gnutls_x509_privkey_import_ecc_raw(xkey, curve, x, y, k); in gnutls_privkey_import_ecc_raw()
H A Dlibgnutls.map647 gnutls_x509_privkey_import_ecc_raw;
/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dx509.h1205 int gnutls_x509_privkey_import_ecc_raw(gnutls_x509_privkey_t key,
/dports/security/gnutls/gnutls-3.6.16/doc/manpages/
H A DMakefile.am1203 APIMANS += gnutls_x509_privkey_import_ecc_raw.3
H A DMakefile.in2326 gnutls_x509_privkey_import_ecc_raw.3 \
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dprivkey.c1100 gnutls_x509_privkey_import_ecc_raw(gnutls_x509_privkey_t key, in gnutls_x509_privkey_import_ecc_raw() function
/dports/security/gnutls/gnutls-3.6.16/doc/
H A DMakefile.am2800 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw
2801 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw.short
H A DMakefile.in3991 functions/gnutls_x509_privkey_import_ecc_raw \
3992 functions/gnutls_x509_privkey_import_ecc_raw.short \
H A Dx509-api.texi6795 @subheading gnutls_x509_privkey_import_ecc_raw
6796 @anchor{gnutls_x509_privkey_import_ecc_raw}
6797 @deftypefun {int} {gnutls_x509_privkey_import_ecc_raw} (gnutls_x509_privkey_t @var{key}, gnutls_ecc…
/dports/security/gnutls/gnutls-3.6.16/
H A DNEWS3622 gnutls_x509_privkey_import_ecc_raw: ADDED
H A DChangeLog9308 gnutls_x509_privkey_import_ecc_raw(): fail on invalid sizes
11638 gnutls_x509_privkey_import_ecc_raw: encode parameters on import