Lines Matching refs:keyring
272 (*) The server application has to provide the server socket with a keyring of
275 in the keyring and then sends a challenge packet to the client and
408 Similar to above but specifies a keyring of server secret keys to use (key
409 type "keyring"). See the "Security" section.
472 add_key("rxrpc_s", "52:2", secret_key, 8, keyring);
474 A keyring is passed to the server socket by naming it in a sockopt. The server
475 socket then looks the server secret keys up in this keyring when secure
576 (2) Security is set up if desired by giving the socket a keyring with server
579 keyring = add_key("keyring", "AFSkeys", NULL, 0,
584 add_key("rxrpc_s", "52:2", secret_key, 8, keyring);
588 The keyring can be manipulated after it has been given to the socket. This