Searched defs:master_key (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/ |
D | ocb_utils.cpp | 71 const KeymasterKeyBlob& master_key, in InitializeKeyWrappingContext() 120 const KeymasterKeyBlob& master_key, in OcbEncryptKey() 156 const KeymasterKeyBlob& master_key, in OcbDecryptKey()
|
/system/vold/ |
D | cryptfs.c | 1044 static void convert_key_to_hex_ascii(const unsigned char *master_key, in convert_key_to_hex_ascii() 1064 const unsigned char *master_key, const char *real_blk_name, in load_crypto_mapping_table() 1155 const unsigned char *master_key, const char *real_blk_name, 1494 static int create_encrypted_random_key(char *passwd, unsigned char *master_key, unsigned char *salt, 3811 unsigned char* master_key) 3853 const unsigned char* master_key)
|
D | cryptfs.h | 111 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */ member
|