Searched refs:key_str (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
H A D | nconf.c | 309 const char *key_str; member 318 .key_str = "F1", 324 .key_str = "F2", 330 .key_str = "F3", 336 .key_str = "F4", 342 .key_str = "F5", 348 .key_str = "F6", 354 .key_str = "F7", 360 .key_str = "F8", 366 .key_str = "F9", [all …]
|
/linux/security/keys/ |
H A D | request_key.c | 126 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()
|