Searched refs:keyname (Results 1 – 5 of 5) sorted by relevance
491 char keyname[4 + AFS_MAXCELLNAME + 1], *cp, *dp; in afs_alloc_anon_key() local494 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()
15 git config user.signingkey "keyname"
10 IR keycodes for different devices. This caused the same IR keyname to be12 that the same IR keyname to be mapped completely different on different
1019 struct key *rxrpc_get_null_key(const char *keyname) in rxrpc_get_null_key() argument1025 key = key_alloc(&key_type_rxrpc, keyname, in rxrpc_get_null_key()
980 struct key *rxrpc_get_null_key(const char *keyname);