Searched refs:tmphash (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/buildsetup/ioreg/ |
| D | header_generator_ioreg.pl | 138 my $tmphash; 140 $tmphash = {}; 171 $tmphash->{"condition"} = $condition; 172 $tmphash->{"name"} = $name; 173 $tmphash->{"offset"} = $address; 174 $tmphash->{"bitwidth"} = $bitwidth; 175 $tmphash->{"rw"} = $rw; 177 $tmphash->{"const"} = "const"; 179 $tmphash->{"const"} = ""; 182 $tmphash->{"category"} = $category; [all …]
|
| D | header_generator_ioreg.TWL.pl | 138 my $tmphash; 140 $tmphash = {}; 171 $tmphash->{"condition"} = $condition; 172 $tmphash->{"name"} = $name; 173 $tmphash->{"offset"} = $address; 174 $tmphash->{"bitwidth"} = $bitwidth; 175 $tmphash->{"rw"} = $rw; 177 $tmphash->{"const"} = "const"; 179 $tmphash->{"const"} = ""; 182 $tmphash->{"category"} = $category; [all …]
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_hash.c | 103 u8 tmphash[CARD_ROM_HASH_SIZE]; in CARDi_CompareHash() local 105 const u32 *h2 = (const u32 *)tmphash; in CARDi_CompareHash() 110 SVC_SHA1GetHash(&tmpcxt, tmphash); in CARDi_CompareHash() 112 SVC_SHA1Update(&tmpcxt, tmphash, sizeof(tmphash)); in CARDi_CompareHash() 113 SVC_SHA1GetHash(&tmpcxt, tmphash); in CARDi_CompareHash() 121 u8 tmphash[CARD_ROM_HASH_SIZE]; in CARDi_CompareHash() 125 SVC_CalcHMACSHA1(tmphash, buffer, length, CARDiHmacKey, sizeof(CARDiHmacKey)); in CARDi_CompareHash() 130 MATH_CalcHMACSHA1(tmphash, buffer, length, CARDiHmacKey, sizeof(CARDiHmacKey)); in CARDi_CompareHash() 132 if (MI_CpuComp8(hash, tmphash, sizeof(tmphash)) != 0) in CARDi_CompareHash()
|