Searched refs:key0 (Results 1 – 6 of 6) sorted by relevance
/external/chromium/crypto/ |
D | hmac_win.cc | 38 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/freetype/src/sfnt/ |
D | ttkern.c | 230 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/tests/ |
D | test_sha1.c | 168 static u8 key0[] = variable 283 sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in main()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_sha1.c | 187 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/ |
D | SortedMapTestBase.java | 206 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/llvm/test/FrontendC/ |
D | 2008-03-24-BitField-And-Alloca.c | 59 unsigned int key0; member
|