Home
last modified time | relevance | path

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

/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c56 typedef struct key_map key_map; typedef
104 struct key_map { struct
108 key_map_regex regex; argument
123 * key_map array. argument
H A Dinsertkeys.py259 key_map = config.generateKeyMap(options.target_build_variant.lower(), options.key_directory) variable
/aosp12/system/bt/btif/src/
H A Dbtif_keystore.cc102 std::map<std::string, std::string> key_map; member in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl
/aosp12/bionic/libc/bionic/
H A Dpthread_key.cpp55 static pthread_key_internal_t key_map[BIONIC_PTHREAD_KEY_COUNT]; variable
/aosp12/build/make/tools/releasetools/
H A Dsign_target_files_apks252 def GetApexKeys(keys_info, key_map): argument
H A Dsign_target_files_apks.py252 def GetApexKeys(keys_info, key_map): argument
/aosp12/system/vold/
H A DFsCrypt.cpp360 static bool lookup_policy(const std::map<userid_t, EncryptionPolicy>& key_map, userid_t user_id, in lookup_policy()