Home
last modified time | relevance | path

Searched defs:tcid (Results 1 – 10 of 10) sorted by relevance

/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DJsonMacTest.java133 int tcid = testcase.get("tcId").getAsInt(); in testMac() local
225 int tcid = testcase.get("tcId").getAsInt(); in testMacWithIv() local
DRsaEncryptionTest.java169 int tcid = testcase.get("tcId").getAsInt(); in testDecryption() local
DJsonCipherTest.java159 int tcid = testcase.get("tcId").getAsInt(); in testCipher() local
DJsonEcdhTest.java113 int tcid = testcase.get("tcId").getAsInt(); in testEcdhComp() local
DJsonAeadTest.java194 int tcid = testcase.get("tcId").getAsInt(); in testAead() local
DJsonSignatureTest.java378 int tcid = testcase.get("tcId").getAsInt(); in testVerification() local
468 int tcid = testcase.get("tcId").getAsInt(); in testSigning() local
DRsaPssTest.java408 int tcid = testcase.get("tcId").getAsInt(); in testRsaPss() local
DRsaOaepTest.java310 int tcid = testcase.get("tcId").getAsInt(); in testOaep() local
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c329 char *tcid; member
449 char *tcid; member
/external/ltp/lib/
Dtst_res.c277 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print()