Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
Dnconf.c300 const char *key_str; member
309 .key_str = "F1",
315 .key_str = "F2",
321 .key_str = "F3",
327 .key_str = "F4",
333 .key_str = "F5",
339 .key_str = "F6",
345 .key_str = "F7",
351 .key_str = "F8",
357 .key_str = "F9",
[all …]
/Linux-v5.4/security/keys/
Drequest_key.c123 char key_str[12], keyring_str[3][12]; in call_sbin_request_key() local
156 sprintf(key_str, "%d", key->serial); in call_sbin_request_key()
184 argv[i++] = key_str; in call_sbin_request_key()