Home
last modified time | relevance | path

Searched refs:Aes256Gcm (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dsuper_key.rs70 Aes256Gcm, enumerator
88 SuperKeyType { alias: "USER_SUPER_KEY", algorithm: SuperEncryptionAlgorithm::Aes256Gcm };
94 algorithm: SuperEncryptionAlgorithm::Aes256Gcm,
164 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in aes_gcm_decrypt()
372 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key()
458 SuperEncryptionAlgorithm::Aes256Gcm => match (metadata.iv(), metadata.aead_tag()) { in unwrap_key_with_key()
711 if super_key.algorithm != SuperEncryptionAlgorithm::Aes256Gcm { in encrypt_with_aes_super_key()
834 SuperEncryptionAlgorithm::Aes256Gcm => ( in get_or_create_super_key()