Searched defs:rootkey (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/webrtc/rtc_base/win/ |
H A D | windows_version.cc | 41 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey() 56 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() 61 LONG CreateWithDisposition(HKEY rootkey, in CreateWithDisposition() 80 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | registry.cc | 111 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in RegKey() 144 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() 149 LONG RegKey::CreateWithDisposition(HKEY rootkey, in CreateWithDisposition() 197 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open() 464 LONG RegKey::Open(HKEY rootkey, in Open()
|
/aosp_15_r20/external/cronet/net/proxy_resolution/win/ |
H A D | proxy_config_service_win.cc | 112 bool ProxyConfigServiceWin::AddKeyToWatchList(HKEY rootkey, in AddKeyToWatchList()
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_keyblock_fuzzer.c | 18 uint8_t rootkey[4096]; member
|
H A D | vb2_gbb_tests.c | 15 static struct vb2_packed_key *rootkey; variable
|
H A D | vb2_firmware_tests.c | 30 struct vb2_packed_key rootkey; member
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | file_type_bios.h | 60 struct bios_area_s rootkey; member
|
H A D | updater_utils.c | 669 const struct vb2_packed_key *rootkey = NULL; in get_firmware_rootkey_hash() local
|
H A D | updater_manifest.c | 100 const uint8_t *rootkey, uint32_t rootkey_len) in change_gbb_rootkey()
|
H A D | updater.h | 160 char *rootkey; member
|
H A D | updater.c | 725 const struct vb2_packed_key *rootkey; in check_compatible_root_key() local
|