Home
last modified time | relevance | path

Searched defs:key_map (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/boringssl/src/crypto/evp/
H A Devp_test.cc153 static bool ImportKey(FileTest *t, KeyMap *key_map, in ImportKey()
270 static bool ImportDHKey(FileTest *t, KeyMap *key_map) { in ImportDHKey()
310 static bool SetupContext(FileTest *t, KeyMap *key_map, EVP_PKEY_CTX *ctx) { in SetupContext()
367 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
424 static bool TestEVP(FileTest *t, KeyMap *key_map) { in TestEVP()
624 KeyMap key_map; in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/
H A Devp_test.cc153 static bool ImportKey(FileTest *t, KeyMap *key_map, in ImportKey()
270 static bool ImportDHKey(FileTest *t, KeyMap *key_map) { in ImportDHKey()
310 static bool SetupContext(FileTest *t, KeyMap *key_map, EVP_PKEY_CTX *ctx) { in SetupContext()
367 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
424 static bool TestEVP(FileTest *t, KeyMap *key_map) { in TestEVP()
624 KeyMap key_map; in TEST() local
/aosp_15_r20/system/sepolicy/tools/
H A Dcheck_seapp.c57 typedef struct key_map key_map; typedef
106 struct key_map { struct
110 key_map_regex regex; argument
125 * key_map array. argument
H A Dinsertkeys.py258 key_map = config.generateKeyMap(options.target_build_variant.lower(), options.key_directory) variable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_test.cc147 static bool ImportKey(FileTest *t, KeyMap *key_map, in ImportKey()
250 static bool SetupContext(FileTest *t, KeyMap *key_map, EVP_PKEY_CTX *ctx) { in SetupContext()
304 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
361 static bool TestEVP(FileTest *t, KeyMap *key_map) { in TestEVP()
557 KeyMap key_map; in TEST() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_test.cc147 static bool ImportKey(FileTest *t, KeyMap *key_map, in ImportKey()
250 static bool SetupContext(FileTest *t, KeyMap *key_map, EVP_PKEY_CTX *ctx) { in SetupContext()
304 static bool TestDerive(FileTest *t, KeyMap *key_map, EVP_PKEY *key) { in TestDerive()
361 static bool TestEVP(FileTest *t, KeyMap *key_map) { in TestEVP()
557 KeyMap key_map; in TEST() local
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/proto/grpc/lookup/v1/
H A Drls.proto39 map<string, string> key_map = 4; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/lookup/v1/
H A Drls.proto39 map<string, string> key_map = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/lookup/v1/
Drls.proto39 map<string, string> key_map = 4; field
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_keystore.cc114 std::map<std::string, std::string> key_map; member in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.cpp264 static std::unordered_map<std::string, c10::DispatchKey> key_map = { in parseDispatchKey() local
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_key.cpp55 static pthread_key_internal_t key_map[BIONIC_PTHREAD_KEY_COUNT]; variable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/
Ddelay_queue.rs165 key_map: HashMap<Key, KeyInternal>, field
274 let key_map = &self.key_map; in remap_key() localVariable
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp178 static map key_map; in foo() local
/aosp_15_r20/build/make/tools/releasetools/
H A Dsign_target_files_apks.py311 def GetApexKeys(keys_info, key_map): argument
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dcfg.rs372 key_map: HashMap<K, usize>, field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/rls/
Drls.cc228 std::map<std::string, std::string> key_map; member
964 std::map<std::string, std::string> key_map; in BuildKeyMap() local
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/rls/
H A Drls.cc282 std::map<std::string, std::string> key_map; member
985 std::map<std::string, std::string> key_map; in BuildKeyMap() local
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp54 static std::unordered_map<std::string, c10::AliasAnalysisKind> key_map = { in parseAliasAnalysisKind() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc1448 std::unordered_map<StringId, metadata::KeyId> key_map; in ExportMetadata() local