Searched defs:description (Results 1 - 1 of 1) sorted by relevance

/net/rxrpc/
H A Dar-key.c11 * RxRPC keys should have a description of describing their purpose:
39 * rxrpc defined keys take an arbitrary string as the description and an
55 * description and an 8-byte decryption key as the payload
68 * Vet the description for an RxRPC server key
883 seq_puts(m, key->description);
892 char *description; local
899 description = kmalloc(optlen + 1, GFP_KERNEL);
900 if (!description)
903 if (copy_from_user(description, optval, optlen)) {
904 kfree(description);
929 char *description; local
[all...]

Completed in 4 milliseconds