Home
last modified time | relevance | path

Searched defs:aes (Results 1 – 6 of 6) sorted by relevance

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
Daes.h58 struct AesContext aes; member
/system/keymint/tests/tests/
Dkeyblob_test.rs16 let aes = BoringAes; in test_encrypted_keyblob_roundtrip() localVariable
/system/keymint/boringssl/src/
Dlib.rs19 pub mod aes; module
/system/keymint/common/src/
Dcrypto.rs19 pub mod aes; module
/system/security/keystore2/src/
Dsuper_key.rs891 let aes = if let Some(screen_lock_bound) = screen_lock_bound { in unlock_screen_lock_bound_key() localVariable
/system/keymint/common/src/crypto/
Dtraits.rs22 pub aes: &'a dyn Aes, field