Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dktls.h109 struct tls_enable_v0 { struct
110 const uint8_t *cipher_key;
111 const uint8_t *iv; /* Implicit IV. */
112 const uint8_t *auth_key;
113 int cipher_algorithm; /* e.g. CRYPTO_AES_CBC */
114 int cipher_key_len;
115 int iv_len;
116 int auth_algorithm; /* e.g. CRYPTO_SHA2_256_HMAC */
117 int auth_key_len;
118 int flags;
[all …]