Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/rust/
Dsoft.rs30 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek()
34 fn kak(&self) -> Result<crypto::OpaqueOr<crypto::aes::Key>, Error> { in kak()
39 fn unique_id_hbk(&self, _ckdf: &dyn crypto::Ckdf) -> Result<crypto::hmac::Key, Error> { in unique_id_hbk()
Dtpm.rs104 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek()
108 fn kak(&self) -> Result<crypto::OpaqueOr<crypto::aes::Key>, Error> { in kak()
126 fn unique_id_hbk(&self, _ckdf: &dyn crypto::Ckdf) -> Result<crypto::hmac::Key, Error> { in unique_id_hbk()
162 ) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in extract()
169 prk: &crypto::OpaqueOr<crypto::hmac::Key>, in expand()
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp127 struct Key { struct in goldfish_vk::__anon1faf89170111::AstcDecoderContextCache
128 uint32_t blockWidth;
129 uint32_t blockHeight;
131 bool operator==(const Key& other) const { in operator ==()
/device/generic/vulkan-cereal/stream-servers/testlibs/
DEvent.h80 KeyEvent Key; // Key event parameters member
Dkeyboard.h10 enum Key enum
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp44765 struct Key { struct
44766 Key(ProducerID p, WriterID w, ChunkID c) in Key() function
44769 explicit Key(const ChunkRecord& cr) in Key() function
44775 bool operator<(const Key& other) const { in operator <()
44780 bool operator==(const Key& other) const { in operator ==()
44785 bool operator!=(const Key& other) const { return !(*this == other); } in operator !=()
44790 ProducerID producer_id;
44791 WriterID writer_id;
44792 ChunkID chunk_id;