Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/kconfig/
Dnconf.c301 const char *key_str; member
310 .key_str = "F1",
316 .key_str = "F2",
322 .key_str = "F3",
328 .key_str = "F4",
334 .key_str = "F5",
340 .key_str = "F6",
346 .key_str = "F7",
352 .key_str = "F8",
358 .key_str = "F9",
[all …]
/Linux-v5.10/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()