Searched refs:mod_str (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/fipstools/ |
D | cavp_rsa2_keygen_test.cc | 30 std::string mod_str, table, count_str; in TestRSA2KeyGen() local 31 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2KeyGen() 38 printf("[mod = %s]\r\n", mod_str.c_str()); in TestRSA2KeyGen() 41 size_t bits = strtoul(mod_str.c_str(), nullptr, 0); in TestRSA2KeyGen()
|
D | cavp_rsa2_siggen_test.cc | 41 std::string mod_str, hash; in TestRSA2SigGen() local 43 if (!t->GetInstruction(&mod_str, "mod") || in TestRSA2SigGen() 51 int mod_bits = strtoul(mod_str.c_str(), nullptr, 0); in TestRSA2SigGen() 70 mod_str.c_str(), in TestRSA2SigGen()
|
D | cavp_rsa2_sigver_test.cc | 43 std::string mod_str; in TestRSA2SigVer() local 44 if (!t->GetInstruction(&mod_str, "mod")) { in TestRSA2SigVer()
|
/external/python/cpython2/Python/ |
D | _warnings.c | 194 const char *mod_str; in normalize_module() local 203 mod_str = PyString_AsString(filename); in normalize_module() 204 if (mod_str == NULL) in normalize_module() 210 strncmp(mod_str + (len - 3), ".py", 3) == 0) { in normalize_module() 211 module = PyString_FromStringAndSize(mod_str, len-3); in normalize_module()
|