Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs69 Aes256Gcm, enumerator
87 SuperKeyType { alias: "USER_SUPER_KEY", algorithm: SuperEncryptionAlgorithm::Aes256Gcm };
93 algorithm: SuperEncryptionAlgorithm::Aes256Gcm,
159 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in decrypt()
167 if self.algorithm == SuperEncryptionAlgorithm::Aes256Gcm { in encrypt()
382 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in lookup_key()
475 SuperEncryptionAlgorithm::Aes256Gcm => match (metadata.iv(), metadata.aead_tag()) { in unwrap_key_with_key()
720 if super_key.algorithm != SuperEncryptionAlgorithm::Aes256Gcm { in encrypt_with_aes_super_key()
833 SuperEncryptionAlgorithm::Aes256Gcm => ( in get_or_create_super_key()
Ddatabase.rs5544 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()
5549 algorithm: SuperEncryptionAlgorithm::Aes256Gcm, in test_unbind_keys_for_user_removes_superkeys()