Home
last modified time | relevance | path

Searched refs:keyname (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/afs/
Dcell.c491 char keyname[4 + AFS_MAXCELLNAME + 1], *cp, *dp; in afs_alloc_anon_key() local
494 memcpy(keyname, "afs@", 4); in afs_alloc_anon_key()
495 dp = keyname + 4; in afs_alloc_anon_key()
501 key = rxrpc_get_null_key(keyname); in afs_alloc_anon_key()
/Linux-v4.19/Documentation/maintainer/
Dconfigure-git.rst15 git config user.signingkey "keyname"
/Linux-v4.19/Documentation/media/uapi/rc/
Drc-tables.rst10 IR keycodes for different devices. This caused the same IR keyname to be
12 that the same IR keyname to be mapped completely different on different
/Linux-v4.19/net/rxrpc/
Dkey.c1019 struct key *rxrpc_get_null_key(const char *keyname) in rxrpc_get_null_key() argument
1025 key = key_alloc(&key_type_rxrpc, keyname, in rxrpc_get_null_key()
/Linux-v4.19/Documentation/networking/
Drxrpc.txt980 struct key *rxrpc_get_null_key(const char *keyname);