Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dtls.h96 struct tls_sw_context_tx { struct
97 struct crypto_aead *aead_send;
98 struct crypto_wait async_wait;
100 char aad_space[TLS_AAD_SPACE_SIZE];
102 unsigned int sg_plaintext_size;
103 int sg_plaintext_num_elem;
104 struct scatterlist sg_plaintext_data[MAX_SKB_FRAGS];
106 unsigned int sg_encrypted_size;
107 int sg_encrypted_num_elem;
108 struct scatterlist sg_encrypted_data[MAX_SKB_FRAGS];
[all …]