Searched defs:Key (Results  1 – 6 of 6) sorted by relevance
| /device/google/cuttlefish/host/commands/secure_env/rust/ | 
| D | soft.rs | 30     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()
 
 | 
| D | tpm.rs | 104     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/ | 
| D | AstcCpuDecompressorImpl.cpp | 127     struct Key {  struct in goldfish_vk::__anon1faf89170111::AstcDecoderContextCache128         uint32_t blockWidth;
 129         uint32_t blockHeight;
 131         bool operator==(const Key& other) const {  in operator ==()
 
 | 
| /device/generic/vulkan-cereal/stream-servers/testlibs/ | 
| D | Event.h | 80         KeyEvent                Key;                // Key event parameters  member
 | 
| D | keyboard.h | 10 enum Key  enum
 | 
| /device/generic/goldfish-opengl/system/profiler/ | 
| D | perfetto.cpp | 44765     struct Key {  struct44766       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;
 
 |