Searched refs:hex_blob (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | loader.c | 1853 static int parse_hex_blob(const char *filename, hwaddr *addr, uint8_t *hex_blob, in parse_hex_blob() argument 1858 uint8_t *end = hex_blob + hex_blob_size; in parse_hex_blob() 1871 for (; hex_blob < end && !parser.complete; ++hex_blob) { in parse_hex_blob() 1872 switch (*hex_blob) { in parse_hex_blob() 1902 if (!parse_record(&parser.line, &our_checksum, *hex_blob, in parse_hex_blob() 1922 gchar *hex_blob; in load_targphys_hex_as() local 1925 if (!g_file_get_contents(filename, &hex_blob, &hex_blob_size, NULL)) { in load_targphys_hex_as() 1929 total_size = parse_hex_blob(filename, entry, (uint8_t *)hex_blob, in load_targphys_hex_as() 1932 g_free(hex_blob); in load_targphys_hex_as()
|
/openbmc/linux/Documentation/security/keys/ |
H A D | trusted-encrypted.rst | 177 keyctl add trusted name "load hex_blob [pcrlock=pcrnum]" ring 214 keyctl add trusted name "load hex_blob" ring 227 keyctl add trusted name "load hex_blob" ring 247 keyctl add encrypted name "load hex_blob" ring
|
H A D | ecryptfs.rst | 43 keyctl add encrypted name "load hex_blob" ring
|