Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Dcavp_tdes_test.cc90 const std::string in_label = in TestKAT() local
100 !t->GetBytes(&in, in_label)) { in TestKAT()
144 printf("%s = %s\r\n", in_label.c_str(), in TestKAT()
213 const std::string in_label = in TestMCT() local
220 !t->GetBytes(&in, in_label)) { in TestMCT()
274 printf("%s = %s\r\n", in_label.c_str(), in TestMCT()
Dcavp_keywrap_test.cc66 std::string count, unused, in_label = ctx->encrypt ? "P" : "C", in TestCipher() local
73 !t->GetBytes(&in, in_label)) { in TestCipher()
Dcavp_aes_test.cc46 const std::string in_label = encrypt ? "PLAINTEXT" : "CIPHERTEXT", in MonteCarlo() local
55 printf("%s = %s\r\n", in_label.c_str(), in MonteCarlo()
/external/trappy/trappy/
Dftrace.py395 in_label = label + "_freq_in"
398 cpu_inout_freq_dict = {in_label: cpu_in_freqs[label],