Searched defs:key_map (Results 1 – 7 of 7) sorted by relevance
56 typedef struct key_map key_map; typedef104 struct key_map { struct108 key_map_regex regex; argument123 * key_map array. argument
259 key_map = config.generateKeyMap(options.target_build_variant.lower(), options.key_directory) variable
102 std::map<std::string, std::string> key_map; member in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl
55 static pthread_key_internal_t key_map[BIONIC_PTHREAD_KEY_COUNT]; variable
252 def GetApexKeys(keys_info, key_map): argument
360 static bool lookup_policy(const std::map<userid_t, EncryptionPolicy>& key_map, userid_t user_id, in lookup_policy()