Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dnconf.c307 const char *key_str; member
316 .key_str = "F1",
322 .key_str = "F2",
328 .key_str = "F3",
334 .key_str = "F4",
340 .key_str = "F5",
346 .key_str = "F6",
352 .key_str = "F7",
358 .key_str = "F8",
364 .key_str = "F9",
[all …]
/linux-6.6.21/security/keys/
Drequest_key.c126 char key_str[12], keyring_str[3][12]; in call_sbin_request_key() local
159 sprintf(key_str, "%d", key->serial); in call_sbin_request_key()
187 argv[i++] = key_str; in call_sbin_request_key()