Home
last modified time | relevance | path

Searched defs:master_key_bytes (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DExt4Crypt.cpp254 const unsigned char* master_key_bytes in e4crypt_change_password() local
320 unsigned char master_key_bytes[key_length / 8]; in e4crypt_check_passwd() local
/system/keymaster/
Dsoft_keymaster_context.cpp46 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