Home
last modified time | relevance | path

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

/external/chromium/crypto/
Dhmac_win.cc38 unsigned char key0[SHA256_BLOCK_SIZE]; in ComputeHMACSHA256() local
42 SHA256_End(&ctx, key0, NULL, SHA256_LENGTH); in ComputeHMACSHA256()
43 memset(key0 + SHA256_LENGTH, 0, SHA256_BLOCK_SIZE - SHA256_LENGTH); in ComputeHMACSHA256()
45 memcpy(key0, key, key_len); in ComputeHMACSHA256()
46 memset(key0 + key_len, 0, SHA256_BLOCK_SIZE - key_len); in ComputeHMACSHA256()
54 padded_key[i] = key0[i] ^ 0x36; in ComputeHMACSHA256()
64 padded_key[i] = key0[i] ^ 0x5c; in ComputeHMACSHA256()
/external/openssl/crypto/aes/asm/
Daes-mips.pl105 my ($key0,$cnt)=($gp,$fp);
120 $PTR_ADD $key0,$key,16
213 lw $s0,0($key0)
214 lw $s1,4($key0)
215 lw $s2,8($key0)
216 lw $s3,12($key0)
229 $PTR_ADD $key0,16
327 lw $s0,0($key0)
328 lw $s1,4($key0)
329 lw $s2,8($key0)
[all …]
/external/freetype/src/sfnt/
Dttkern.c230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning() local
248 if ( key == key0 ) in tt_face_get_kerning()
253 if ( key < key0 ) in tt_face_get_kerning()
269 if ( key == key0 ) in tt_face_get_kerning()
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dtest_sha1.c187 static u8 key0[] = variable
302 sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in main()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DSortedMapTestBase.java206 int key0 = rnd.nextInt(N/2); in testSubMap() local
209 ref.comparator().compare(key0, key1) > 0) { in testSubMap()
211 int tmp = key0; in testSubMap()
212 key0 = key1; in testSubMap()
215 checkSubMap(ref.subMap(key0, key1), map.subMap(key0, key1)); in testSubMap()
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c59 unsigned int key0; member