Home
last modified time | relevance | path

Searched defs:master_key (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
Docb_utils.cpp71 const KeymasterKeyBlob& master_key, in InitializeKeyWrappingContext()
120 const KeymasterKeyBlob& master_key, in OcbEncryptKey()
156 const KeymasterKeyBlob& master_key, in OcbDecryptKey()
/system/vold/
Dcryptfs.cpp798 static void convert_key_to_hex_ascii(const unsigned char *master_key, in convert_key_to_hex_ascii()
818 const unsigned char *master_key, const char *real_blk_name, in load_crypto_mapping_table()
900 const unsigned char *master_key, const char *real_blk_name, in create_crypto_blk_dev()
1243 static int create_encrypted_random_key(const char *passwd, unsigned char *master_key, unsigned char… in create_encrypted_random_key()
3528 unsigned char* master_key) in cryptfs_get_master_key()
3570 const unsigned char* master_key) in cryptfs_set_password()
Dcryptfs.h111 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */ member