crypto: chtls - Inline TLS record Tx
TLS handler for record transmit. Create Inline TLS work request and post to FW. Create Inline TLS record CPLs for hardware Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: Michael Werner <werner@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cc35c88ae4
commit
36bedb3f2e
2 changed files with 1224 additions and 0 deletions
1222
drivers/crypto/chelsio/chtls/chtls_io.c
Normal file
1222
drivers/crypto/chelsio/chtls/chtls_io.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -547,6 +547,8 @@ static void __init chtls_init_ulp_ops(void)
|
|||
chtls_cpl_prot.disconnect = chtls_disconnect;
|
||||
chtls_cpl_prot.destroy = chtls_destroy_sock;
|
||||
chtls_cpl_prot.shutdown = chtls_shutdown;
|
||||
chtls_cpl_prot.sendmsg = chtls_sendmsg;
|
||||
chtls_cpl_prot.sendpage = chtls_sendpage;
|
||||
chtls_cpl_prot.setsockopt = chtls_setsockopt;
|
||||
chtls_cpl_prot.getsockopt = chtls_getsockopt;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue