Home
last modified time | relevance | path

Searched defs:read_key (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/base/tools/obbtool/
H A Dmkobb.sh109 read_key() { function
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/console/text/
Dinput.rs70 pub fn read_key(&mut self) -> Result<Option<Key>> { in read_key() method
/aosp_15_r20/external/rust/crates/uefi/src/proto/console/text/
Dinput.rs70 pub fn read_key(&mut self) -> Result<Option<Key>> { in read_key() method
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h37 u8 read_key[TLS_MAX_WRITE_KEY_LEN]; member
/aosp_15_r20/external/cronet/base/test/
H A Dtest_reg_util_win_unittest.cc91 base::win::RegKey read_key; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dinfo_parser_read.hpp165 std::basic_string<Ch> read_key(const Ch *&text) in read_key() function
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dentry_cache.cc75 std::string_view read_key; in Find() local
/aosp_15_r20/external/python/rsa/rsa/
Dcli.py161 def read_key(self, filename: str, keyform: str) -> rsa.key.AbstractKey: member in CryptoOperation
/aosp_15_r20/system/vold/
H A DMetadataCrypt.cpp120 static bool read_key(const std::string& metadata_key_dir, const KeyGeneration& gen, bool first_key, in read_key() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreLibUvBackend.cpp533 bool read_key(std::string& str) { in read_key() function in c10d::detail::ChunkedStream