Home
last modified time | relevance | path

Searched refs:skip_hashing (Results 1 – 6 of 6) sorted by relevance

/external/angle/build/android/update_deps/
Dupdate_third_party_deps.py87 skip_hashing=False,
/external/cronet/tot/build/android/update_deps/
Dupdate_third_party_deps.py87 skip_hashing=False,
/external/cronet/stable/build/android/update_deps/
Dupdate_third_party_deps.py87 skip_hashing=False,
/external/coreboot/util/amdfwtool/
Damdfwtool.c163 { .type = AMD_FW_PSP_PUBKEY, .level = PSP_BOTH | PSP_LVL2_AB, .skip_hashing = true },
175 .skip_hashing = true },
190 { .type = AMD_WRAPPED_IKEK, .level = PSP_BOTH | PSP_LVL2_AB, .skip_hashing = true },
239 { .type = AMD_TA_IKEK, .level = PSP_BOTH | PSP_LVL2_AB, .skip_hashing = true },
249 { .type = AMD_TA_IKEK, .level = PSP_BOTH | PSP_LVL2_AB, .skip_hashing = true },
Damdfwtool.h367 bool skip_hashing; member
Dsigned_psp.c323 if (!(fw_table[i].filename) || fw_table[i].skip_hashing) in process_signed_psp_firmwares()