Searched defs:tls_decrypt_ctx (Results 1 – 1 of 1) sorted by relevance
62 struct tls_decrypt_ctx { struct63 struct sock *sk;64 u8 iv[TLS_MAX_IV_SIZE];65 u8 aad[TLS_MAX_AAD_SIZE];66 u8 tail;67 bool free_sgout;68 struct scatterlist sg[];