Home
last modified time | relevance | path

Searched defs:aes_key (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dec_crypto.rs77 let aes_key = hkdf_expand(AES_256_KEY_LENGTH, &prk, b"AES-256-GCM key") in agree_key() localVariable
94 let aes_key = sender_key in encrypt_message() localVariable
112 let aes_key = self in decrypt_message() localVariable
H A Dboot_level_keys.rs232 pub fn aes_key(&mut self, boot_level: usize) -> Result<Option<ZVec>> { in aes_key() method
/aosp12/system/keymaster/key_blob_utils/
H A Docb_utils.cpp94 AES_KEY aes_key; in InitializeKeyWrappingContext() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp109 unsigned char aes_key[G_AES_GCM_KEY_LEN]; in GenerateKey() local
/aosp12/system/keymaster/contexts/
H A Dpure_soft_keymaster_context.cpp491 UniquePtr<Key> aes_key; in UnwrapKey() local
/aosp12/bionic/libc/kernel/uapi/rdma/
H A Dib_user_ioctl_verbs.h119 __u32 aes_key[256 / 32]; member
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp454 AES_KEY aes_key; in decryptBuffer() local