Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dktls.h118 struct tls_enable { struct
119 const uint8_t *cipher_key;
120 const uint8_t *iv; /* Implicit IV. */
121 const uint8_t *auth_key;
123 int cipher_key_len;
124 int iv_len;
126 int auth_key_len;
127 int flags;
128 uint8_t tls_vmajor;
129 uint8_t tls_vminor;
[all …]