Searched refs:rxkad (Results 1 – 5 of 5) sorted by relevance
/linux/net/rxrpc/ |
H A D | rxkad.c | 135 conn->rxkad.cipher = ci; in rxkad_init_connection_security() 223 memcpy(&conn->rxkad.csum_iv, tmpbuf + 2, sizeof(conn->rxkad.csum_iv)); in rxkad_prime_packet_security() 235 struct crypto_skcipher *tfm = &call->conn->rxkad.cipher->base; in rxkad_get_call_crypto() 279 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_secure_packet_auth() 326 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_secure_packet_encrypt() 352 if (!call->conn->rxkad.cipher) in rxkad_secure_packet() 364 memcpy(&iv, call->conn->rxkad.csum_iv.x, sizeof(iv)); in rxkad_secure_packet() 373 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_secure_packet() 437 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_verify_packet_1() 515 skcipher_request_set_sync_tfm(req, call->conn->rxkad.cipher); in rxkad_verify_packet_2() [all …]
|
H A D | Makefile | 39 rxrpc-$(CONFIG_RXKAD) += rxkad.o
|
H A D | security.c | 21 [RXRPC_SECURITY_RXKAD] = &rxkad,
|
H A D | ar-internal.h | 516 } rxkad; member 1220 extern const struct rxrpc_security rxkad;
|
/linux/Documentation/networking/ |
H A D | rxrpc.rst | 503 (security index 2 - rxkad). This requires the rxkad module to be loaded and, 529 rxkad key for the AFS VL service). When such a key is created, it should be
|