Home
last modified time | relevance | path

Searched refs:master_key_ascii (Results 1 – 1 of 1) sorted by relevance

/system/vold/
Dcryptfs.cpp959 char* master_key_ascii) { in convert_key_to_hex_ascii() argument
966 master_key_ascii[a] = nibble + (nibble > 9 ? 0x37 : 0x30); in convert_key_to_hex_ascii()
969 master_key_ascii[a + 1] = nibble + (nibble > 9 ? 0x37 : 0x30); in convert_key_to_hex_ascii()
973 master_key_ascii[a] = '\0'; in convert_key_to_hex_ascii()
985 char master_key_ascii[MAX_KEY_LEN * 2 + 1]; in load_crypto_mapping_table() local
1002 convert_key_to_hex_ascii(master_key, crypt_ftr->keysize, master_key_ascii); in load_crypto_mapping_table()
1010 crypt_ftr->crypto_type_name, master_key_ascii, real_blk_name, extra_params); in load_crypto_mapping_table()