Searched refs:count_str (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/fipstools/ |
D | cavp_rsa2_keygen_test.cc | 30 std::string mod_str, table, count_str; in TestRSA2KeyGen() local 34 !t->GetAttribute(&count_str, "N")) { in TestRSA2KeyGen() 42 size_t count = strtoul(count_str.c_str(), nullptr, 0); in TestRSA2KeyGen()
|
D | cavp_hmac_test.cc | 55 std::string count_str, k_len_str, t_len_str; in TestHMAC() local 57 if (!t->GetAttribute(&count_str, "Count") || in TestHMAC()
|
/external/autotest/client/tests/unixbench/ |
D | unixbench.patch | 42 - execl(fullpath, fullpath, "0", dur_str, count_str, start_str, 0); 43 + execl(fullpath, fullpath, "0", dur_str, count_str, start_str, (char *)0);
|