rxrpc: Split the server key type (rxrpc_s) into its own file
authorDavid Howells <dhowells@redhat.com>
Wed, 16 Sep 2020 07:25:08 +0000 (08:25 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 23 Nov 2020 18:09:29 +0000 (18:09 +0000)
commitca7fb10059a5755908d46db81d1f3738cd26aa9f
treeeece37e89db3ce88f0395e6b9fcd108cb6918196
parentec832bd06d6fdf08b0455ab7c2a7a9104e029638
rxrpc: Split the server key type (rxrpc_s) into its own file

Split the server private key type (rxrpc_s) out into its own file rather
than mingling it with the authentication/client key type (rxrpc) since they
don't really bear any relation.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/Makefile
net/rxrpc/ar-internal.h
net/rxrpc/key.c
net/rxrpc/server_key.c [new file with mode: 0644]