Home
last modified time | relevance | path

Searched refs:kBA (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_unicode.h57 kBA = 15, enumerator
Dfx_ucddata.inc125 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/
DDhTest.java210 byte[] kBA = kaB.generateSecret(); in testDh()
211 assertEquals(TestUtil.bytesToHex(kAB), TestUtil.bytesToHex(kBA)); in testDh()
DEcdhTest.java849 byte[] kBA = kaB.generateSecret(); in testBasic()
850 assertEquals(TestUtil.bytesToHex(kAB), TestUtil.bytesToHex(kBA)); in testBasic()