Searched refs:kBA (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_unicode.h | 57 kBA = 15, enumerator
|
D | fx_ucddata.inc | 125 CHARPROP____(0x1ffu, kNormal, kON, kBA) // U+007C 174 CHARPROP____(0x1ffu, kNormal, kBN, kBA) // U+00AD 1419 CHARPROP____(0x1ffu, kNormal, kON, kBA) // U+058A 1471 CHARPROP____(0x1ffu, kNormal, kR, kBA) // U+05BE 2405 CHARPROP____(0x1ffu, kNormal, kL, kBA) // U+0964 2406 CHARPROP____(0x1ffu, kNormal, kL, kBA) // U+0965 3675 CHARPROP____(0x1ffu, kNormal, kL, kBA) // U+0E5A 3676 CHARPROP____(0x1ffu, kNormal, kL, kBA) // U+0E5B 3852 CHARPROP____(0x1ffu, kNormal, kL, kBA) // U+0F0B 3893 CHARPROP____(0x1ffu, kNormal, kL, kBA) // U+0F34 [all …]
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | DhTest.java | 210 byte[] kBA = kaB.generateSecret(); in testDh() 211 assertEquals(TestUtil.bytesToHex(kAB), TestUtil.bytesToHex(kBA)); in testDh()
|
D | EcdhTest.java | 844 byte[] kBA = kaB.generateSecret(); in testBasic() 845 assertEquals(TestUtil.bytesToHex(kAB), TestUtil.bytesToHex(kBA)); in testBasic()
|