Searched refs:tempkey (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1116 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey() local 1117 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1119 tempkey = key2.getByteArray(keylength); in TestSortKey() 1120 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1122 tempkey = key3.getByteArray(keylength); in TestSortKey() 1123 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1130 tempkey = key1.getByteArray(keylength); in TestSortKey() 1131 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1133 tempkey = key2.getByteArray(keylength); in TestSortKey() 1134 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 469 FX_BYTE tempkey[32]; in GetUserPassword() local 470 FXSYS_memset32(tempkey, 0, sizeof(tempkey)); in GetUserPassword() 472 tempkey[j] = enckey[j] ^ i; in GetUserPassword() 474 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, tempkey, key_len); in GetUserPassword() 546 FX_BYTE tempkey[32]; in OnCreate() local 550 tempkey[j] = enckey[j] ^ (FX_BYTE)i; in OnCreate() 552 CRYPT_ArcFourCryptBlock(passcode, 32, tempkey, key_len); in OnCreate() 574 FX_BYTE tempkey[32]; in OnCreate() local 577 tempkey[j] = m_EncryptKey[j] ^ (FX_BYTE)i; in OnCreate() 579 CRYPT_ArcFourCryptBlock(digest, 16, tempkey, key_len); in OnCreate()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 129 byte tempkey[] = key2.toByteArray(); in TestCollationKey() 130 byte subkey2compat[] = new byte[tempkey.length]; in TestCollationKey() 131 System.arraycopy(key2identical, 0, subkey2compat, 0, tempkey.length); in TestCollationKey() 133 doAssert(Arrays.equals(tempkey, subkey2compat), in TestCollationKey()
|