Searched defs:master_key (Results 1 – 3 of 3) sorted by relevance
| /system/keymaster/key_blob_utils/ |
| 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.h | 124 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */ member
|
| D | cryptfs.cpp | 958 static void convert_key_to_hex_ascii(const unsigned char* master_key, unsigned int keysize, in convert_key_to_hex_ascii() 977 const unsigned char* master_key, const char* real_blk_name, in load_crypto_mapping_table() 1105 static int create_crypto_blk_dev(struct crypt_mnt_ftr* crypt_ftr, const unsigned char* master_key, in create_crypto_blk_dev() 1443 static int create_encrypted_random_key(const char* passwd, unsigned char* master_key, in create_encrypted_random_key()
|