Home
last modified time | relevance | path

Searched defs:AesGcm (Results 1 – 12 of 12) sorted by relevance

/system/secretkeeper/core/src/
Dcipher.rs28 aes_gcm: &dyn AesGcm, in decrypt_message()
42 aes_gcm: &dyn AesGcm, in encrypt_message()
Dta.rs370 fn get_or_create_per_boot_key(&self, _: &dyn AesGcm, _: &mut dyn Rng) -> Result<AesKey, Error> { in get_or_create_per_boot_key()
/system/authgraph/core/src/
Dtraits.rs51 pub trait AesGcm: Send { trait
75 fn box_clone(&self) -> Box<dyn AesGcm>; in box_clone()
159 aes: &dyn AesGcm, in get_or_create_per_boot_key()
Darc.rs95 cipher: &dyn AesGcm, in create_arc()
138 cipher: &dyn AesGcm, in decipher_arc()
/system/authgraph/boringssl/src/
Daes.rs84 fn box_clone(&self) -> Box<dyn AesGcm> { in box_clone()
Dtest_device.rs67 aes: &dyn traits::AesGcm, in get_or_create_per_boot_key()
/system/secretkeeper/client/src/
Dauthgraph_dev.rs95 _aes: &dyn traits::AesGcm, in get_or_create_per_boot_key()
/system/security/keystore2/src/
Dutils.rs595 pub trait AesGcm { trait
Dlegacy_importer.rs484 super_key: &Option<Arc<dyn AesGcm>>, in characteristics_file_to_cache()
589 super_key: Option<Arc<dyn AesGcm>>, in check_and_import()
Dlegacy_blob.rs630 fn decrypt_if_required(super_key: &Option<Arc<dyn AesGcm>>, blob: Blob) -> Result<Blob> { in decrypt_if_required()
693 super_key: &Option<Arc<dyn AesGcm>>, in read_characteristics_file()
1236 super_key: &Option<Arc<dyn AesGcm>>, in load_by_uid_alias()
/system/authgraph/tests/src/
Dlib.rs150 pub fn test_aes_gcm_keygen<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_keygen()
157 pub fn test_aes_gcm_roundtrip<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_roundtrip()
/system/keymint/ta/src/
Doperation.rs45 AesGcm(Box<dyn AadOperation>), enumerator