Home
last modified time | relevance | path

Searched defs:user_key (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/leveldb/db/
H A Ddbformat.h70 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 Ddbformat.cc85 Slice user_key = ExtractUserKey(*key); in FindShortSuccessor() local
117 LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) { in LookupKey()
H A Dversion_set.cc107 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 Ddbformat_test.cc12 static std::string IKey(const std::string& user_key, uint64_t seq, in IKey()
H A Ddb_test.cc365 std::string AllEntriesFor(const Slice& user_key) { in AllEntriesFor()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/aes/
H A Daes.c112 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 Dinternal.h110 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 Dinternal.h86 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/
Dinternal.h96 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/
Dinternal.h96 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 Duser_log.proto40 optional string user_key = 1; field
/aosp_15_r20/tools/asuite/atest/proto/
H A Dexternal_user_log.proto57 optional string user_key = 1; field
H A Dinternal_user_log.proto75 optional string user_key = 1; field
/aosp_15_r20/tools/tradefederation/core/atest_proto/
Dexternal_user_log.proto57 optional string user_key = 1; field
Dinternal_user_log.proto73 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/
Duser_log.rs221 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/
Duser_log.rs221 pub user_key: ::std::option::Option<::std::string::String>, field
246 pub fn user_key(&self) -> &str { in user_key() method