Home
last modified time | relevance | path

Searched refs:key_str (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dnconf.c299 const char *key_str; member
308 .key_str = "F1",
314 .key_str = "F2",
320 .key_str = "F3",
326 .key_str = "F4",
332 .key_str = "F5",
338 .key_str = "F6",
344 .key_str = "F7",
350 .key_str = "F8",
356 .key_str = "F9",
[all …]
/linux-4.4.14/security/keys/
Drequest_key.c103 char key_str[12], keyring_str[3][12]; in call_sbin_request_key() local
136 sprintf(key_str, "%d", key->serial); in call_sbin_request_key()
166 argv[i++] = key_str; in call_sbin_request_key()