Searched defs:master_key (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/keymaster/key_blob_utils/ |
H A D | auth_encrypted_key_blob.cpp | 82 const KeymasterKeyBlob& master_key, keymaster_error_t* error) { in DeriveAesGcmKeyEncryptionKey() 117 const KeymasterKeyBlob& master_key, // in AesGcmEncryptKey() 163 const KeymasterKeyBlob& master_key, keymaster_error_t* error) { in AesGcmDecryptKey() 292 const AuthorizationSet& hidden, const KeymasterKeyBlob& master_key, in EncryptKey() 323 const KeymasterKeyBlob& master_key, keymaster_error_t* error) { in DecryptKey()
|
H A D | ocb_utils.cpp | 68 const KeymasterKeyBlob& master_key, in InitializeKeyWrappingContext() 114 const KeymasterKeyBlob& master_key, in OcbEncryptKey() 146 const KeymasterKeyBlob& master_key, in OcbDecryptKey()
|
/aosp12/system/vold/ |
H A D | cryptfs.cpp | 185 unsigned char master_key[MAX_KEY_LEN]; /* The encrypted key for decrypting the filesystem */ member 1112 static void convert_key_to_hex_ascii(const unsigned char* master_key, unsigned int keysize, in convert_key_to_hex_ascii() 1161 static int create_crypto_blk_dev(struct crypt_mnt_ftr* crypt_ftr, const unsigned char* master_key, in create_crypto_blk_dev() 1465 static int create_encrypted_random_key(const char* passwd, unsigned char* master_key, in create_encrypted_random_key()
|