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 D | gnutls_x509_privkey_import_ecc_raw.short | 1 @item @var{int} @ref{gnutls_x509_privkey_import_ecc_raw} (gnutls_x509_privkey_t @var{key}, gnutls_e…
|
H A D | gnutls_x509_privkey_import_ecc_raw | 5 @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 D | key-export-pkcs8.c | 158 …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 D | bind_privkey.c | 327 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 D | bind_privkey.c | 327 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 D | privkey_raw.c | 462 ret = gnutls_x509_privkey_import_ecc_raw(xkey, curve, x, y, k); in gnutls_privkey_import_ecc_raw()
|
H A D | libgnutls.map | 647 gnutls_x509_privkey_import_ecc_raw;
|
/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/ |
H A D | x509.h | 1205 int gnutls_x509_privkey_import_ecc_raw(gnutls_x509_privkey_t key,
|
/dports/security/gnutls/gnutls-3.6.16/doc/manpages/ |
H A D | Makefile.am | 1203 APIMANS += gnutls_x509_privkey_import_ecc_raw.3
|
H A D | Makefile.in | 2326 gnutls_x509_privkey_import_ecc_raw.3 \
|
/dports/security/gnutls/gnutls-3.6.16/lib/x509/ |
H A D | privkey.c | 1100 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 D | Makefile.am | 2800 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw 2801 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw.short
|
H A D | Makefile.in | 3991 functions/gnutls_x509_privkey_import_ecc_raw \ 3992 functions/gnutls_x509_privkey_import_ecc_raw.short \
|
H A D | x509-api.texi | 6795 @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 D | NEWS | 3622 gnutls_x509_privkey_import_ecc_raw: ADDED
|
H A D | ChangeLog | 9308 gnutls_x509_privkey_import_ecc_raw(): fail on invalid sizes 11638 gnutls_x509_privkey_import_ecc_raw: encode parameters on import
|