Searched refs:master_key_bytes (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/ |
D | soft_keymaster_context.cpp | 44 static uint8_t master_key_bytes[AES_BLOCK_SIZE] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 47 const KeymasterKeyBlob MASTER_KEY(master_key_bytes, array_length(master_key_bytes));
|