/aosp_15_r20/external/leveldb/db/ |
H A D | dbformat.h | 70 Slice user_key; member 140 InternalKey(const Slice& user_key, SequenceNumber s, ValueType t) { in InternalKey() 154 Slice user_key() const { return ExtractUserKey(rep_); } in user_key() function 202 Slice user_key() const { return Slice(kstart_, end_ - kstart_ - 8); } in user_key() function
|
H A D | dbformat.cc | 85 Slice user_key = ExtractUserKey(*key); in FindShortSuccessor() local 117 LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) { in LookupKey()
|
H A D | version_set.cc | 107 static bool AfterFile(const Comparator* ucmp, const Slice* user_key, in AfterFile() 114 static bool BeforeFile(const Comparator* ucmp, const Slice* user_key, in BeforeFile() 258 Slice user_key; member 281 void Version::ForEachOverlapping(Slice user_key, Slice internal_key, void* arg, in ForEachOverlapping() 1516 bool Compaction::IsBaseLevelForKey(const Slice& user_key) { in IsBaseLevelForKey()
|
H A D | dbformat_test.cc | 12 static std::string IKey(const std::string& user_key, uint64_t seq, in IKey()
|
H A D | db_test.cc | 365 std::string AllEntriesFor(const Slice& user_key) { in AllEntriesFor()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/aes/ |
H A D | aes.c | 112 int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { in aes_hw_set_decrypt_key() 120 int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { in aes_hw_set_encrypt_key()
|
H A D | internal.h | 110 OPENSSL_INLINE int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() 115 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/aes/ |
H A D | internal.h | 86 OPENSSL_INLINE int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() 91 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | internal.h | 96 OPENSSL_INLINE int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() 101 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | internal.h | 96 OPENSSL_INLINE int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key() 101 OPENSSL_INLINE int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key()
|
/aosp_15_r20/tools/asuite/adevice/src/protos/ |
H A D | user_log.proto | 40 optional string user_key = 1; field
|
/aosp_15_r20/tools/asuite/atest/proto/ |
H A D | external_user_log.proto | 57 optional string user_key = 1; field
|
H A D | internal_user_log.proto | 75 optional string user_key = 1; field
|
/aosp_15_r20/tools/tradefederation/core/atest_proto/ |
D | external_user_log.proto | 57 optional string user_key = 1; field
|
D | internal_user_log.proto | 73 optional string user_key = 1; field
|
/aosp_15_r20/out/soong/.intermediates/tools/asuite/adevice/libadevice_proto_rust/android_arm64_armv8-2a_cortex-a55_source/ |
D | user_log.rs | 221 pub user_key: ::std::option::Option<::std::string::String>, field 246 pub fn user_key(&self) -> &str { in user_key() method
|
/aosp_15_r20/out/soong/.intermediates/tools/asuite/adevice/libadevice_proto_rust/linux_glibc_x86_64_source/ |
D | user_log.rs | 221 pub user_key: ::std::option::Option<::std::string::String>, field 246 pub fn user_key(&self) -> &str { in user_key() method
|