Searched defs:tls_decrypt_ctx (Results 1 – 1 of 1) sorted by relevance
61 struct tls_decrypt_ctx { struct62 struct sock *sk;63 u8 iv[MAX_IV_SIZE];64 u8 aad[TLS_MAX_AAD_SIZE];65 u8 tail;66 struct scatterlist sg[];
Completed in 7 milliseconds