]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: chtls - Register chtls with net tls
authorAtul Gupta <atul.gupta@chelsio.com>
Sat, 31 Mar 2018 16:11:58 +0000 (21:41 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:37:32 +0000 (23:37 -0400)
commita089439478734a6a0aa2eabbc03113e0c34db282
tree21a0ba879c7dfa2a6dde1012fcfc12f33656e680
parenta6779341a173aa8cedb5985e0c21c5d7c94c270a
crypto: chtls - Register chtls with net tls

Register chtls as Inline TLS driver, chtls is ULD to cxgb4.
Setsockopt to program (tx/rx) keys on chip.
Support AES GCM of key size 128.
Support both Inline Rx and Tx.

Signed-off-by: Atul Gupta <atul.gupta@chelsio.com>
Reviewed-by: Casey Leedom <leedom@chelsio.com>
Reviewed-by: Michael Werner <werner@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/chelsio/chtls/chtls_main.c [new file with mode: 0644]