Searched refs:key_str (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-secret.c | 139 char key_str[16]; in test_secret_keyring_good() local 146 snprintf(key_str, sizeof(key_str), "0x%08x", key); in test_secret_keyring_good() 152 "serial", key_str, in test_secret_keyring_good() 167 char key_str[16]; in test_secret_keyring_revoked_key() local 174 snprintf(key_str, sizeof(key_str), "0x%08x", key); in test_secret_keyring_revoked_key() 180 "serial", key_str, in test_secret_keyring_revoked_key() 192 char key_str[16]; in test_secret_keyring_expired_key() local 200 snprintf(key_str, sizeof(key_str), "0x%08x", key); in test_secret_keyring_expired_key() 206 "serial", key_str, in test_secret_keyring_expired_key() 244 char key_str[16]; in test_secret_keyring_bad_key_access_right() local [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.c | 301 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 …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.c | 307 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 …]
|
/openbmc/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()
|