Searched refs:HasInstruction (Results 1 – 5 of 5) sorted by relevance
189 if (t->HasInstruction("P-224")) { in GetECGroupNIDFromInstruction()193 if (t->HasInstruction("P-256")) { in GetECGroupNIDFromInstruction()197 if (t->HasInstruction("P-384")) { in GetECGroupNIDFromInstruction()201 if (t->HasInstruction("P-521")) { in GetECGroupNIDFromInstruction()210 if (t->HasInstruction("SHA-1")) { in GetDigestFromInstruction()213 if (t->HasInstruction("SHA-224")) { in GetDigestFromInstruction()216 if (t->HasInstruction("SHA-256")) { in GetDigestFromInstruction()219 if (t->HasInstruction("SHA-384")) { in GetDigestFromInstruction()222 if (t->HasInstruction("SHA-512")) { in GetDigestFromInstruction()
45 if (t->HasInstruction("ENCRYPT") == t->HasInstruction("DECRYPT")) { in TestKAT()52 } operation = t->HasInstruction("ENCRYPT") ? kEncrypt : kDecrypt; in TestKAT()74 if (t->HasInstruction("NumKeys")) { in TestKAT()173 if (t->HasInstruction("ENCRYPT") == t->HasInstruction("DECRYPT")) { in TestMCT()180 } operation = t->HasInstruction("ENCRYPT") ? kEncrypt : kDecrypt; in TestMCT()
133 if (t->HasInstruction("ENCRYPT") == t->HasInstruction("DECRYPT")) { in TestCipher()140 } operation = t->HasInstruction("ENCRYPT") ? kEncrypt : kDecrypt; in TestCipher()
169 bool HasInstruction(const std::string &key);
249 bool FileTest::HasInstruction(const std::string &key) { in HasInstruction() function in FileTest