Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
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.h124 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */ member
Dcryptfs.cpp958 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()