Searched refs:GetInstruction (Results 1 – 12 of 12) sorted by relevance
/external/boringssl/src/fipstools/ |
D | cavp_aes_gcm_test.cc | 50 if (!t->GetInstruction(&key_len_str, "Keylen") || in TestAEADEncrypt() 51 !t->GetInstruction(&iv_len_str, "IVlen") || in TestAEADEncrypt() 52 !t->GetInstruction(&pt_len_str, "PTlen") || in TestAEADEncrypt() 53 !t->GetInstruction(&aad_len_str, "AADlen") || in TestAEADEncrypt() 54 !t->GetInstruction(&tag_len_str, "Taglen")) { in TestAEADEncrypt() 88 if (!t->GetInstruction(&key_len, "Keylen") || in TestAEADDecrypt() 89 !t->GetInstruction(&iv_len, "IVlen") || in TestAEADDecrypt() 90 !t->GetInstruction(&pt_len_str, "PTlen") || in TestAEADDecrypt() 91 !t->GetInstruction(&aad_len_str, "AADlen") || in TestAEADDecrypt() 92 !t->GetInstruction(&tag_len, "Taglen")) { in TestAEADDecrypt()
|
D | cavp_ctr_drbg_test.cc | 30 if (!t->GetInstruction(&test_type, "AES-256 no df") || in TestCTRDRBG() 31 !t->GetInstruction(&prediction_resistance, "PredictionResistance") || in TestCTRDRBG() 32 !t->GetInstruction(&entropy_input_len, "EntropyInputLen") || in TestCTRDRBG() 33 !t->GetInstruction(&nonce_len, "NonceLen") || in TestCTRDRBG() 34 !t->GetInstruction(&personalization_str_len, in TestCTRDRBG() 36 !t->GetInstruction(&additional_input_len, "AdditionalInputLen") || in TestCTRDRBG() 37 !t->GetInstruction(&returned_bits_len, "ReturnedBitsLen") || in TestCTRDRBG()
|
D | cavp_rsa2_keygen_test.cc | 31 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2KeyGen() 32 !t->GetInstruction(&table, "Table for M-R Test") || in TestRSA2KeyGen()
|
D | cavp_sha_test.cc | 44 if (!t->GetInstruction(&out_len, "L") || in TestSHA()
|
D | cavp_hmac_test.cc | 29 if (!t->GetInstruction(&md_len_str, "L")) { in TestHMAC()
|
D | cavp_keywrap_test.cc | 70 if (!t->GetInstruction(&unused, "PLAINTEXT LENGTH") || in TestCipher()
|
D | cavp_sha_monte_test.cc | 45 if (!t->GetInstruction(&out_len, "L") || in TestSHAMonte()
|
D | cavp_rsa2_sigver_test.cc | 44 if (!t->GetInstruction(&mod_str, "mod")) { in TestRSA2SigVer()
|
D | cavp_tdes_test.cc | 76 t->GetInstruction(&num_keys_str, "NumKeys"); in TestKAT() 197 if (!t->GetInstruction(&num_keys_str, "NumKeys")) { in TestMCT()
|
D | cavp_rsa2_siggen_test.cc | 43 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2SigGen()
|
/external/boringssl/src/crypto/test/ |
D | file_test.h | 175 bool GetInstruction(std::string *out_value, const std::string &key);
|
D | file_test.cc | 254 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction() function in FileTest
|