Home
last modified time | relevance | path

Searched defs:gnutls_key_st (Results 1 – 1 of 1) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dgnutls_int.h508 struct gnutls_key_st { struct
509 struct { /* These are kept outside the TLS1.3 union as they are
514 } kshare;
521 union {
566 } proto;
575 struct binder_data_st binders[2];
578 gnutls_datum_t key;
582 session_ticket_key[TICKET_MASTER_KEY_SIZE],
607 typedef struct gnutls_key_st gnutls_key_st; typedef