HomeSort by relevance Sort by last modified time
    Searched defs:txt2 (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/tls/
pkcs1.c 274 char txt[100], txt2[100]; local
276 asn1_oid_to_str(hash_alg, txt2, sizeof(txt2));
279 txt, txt2);
  /external/chromium_org/sandbox/win/src/
policy_opcodes_unittest.cc 148 // the string 'txt2' inside the same buffer.
150 const wchar_t txt2[] = L"123"; local
157 size_t count = sizeof(memory) / (sizeof(PolicyOpcode) + sizeof(txt2));
161 PolicyOpcode* op = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
169 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
229 const wchar_t txt2[] = L"the quick"; local
239 PolicyOpcode* op1 = opcode_maker.MakeOpWStringMatch(0, txt2, 0,
247 EXPECT_TRUE(_countof(txt2) == mc1.position + 1);
251 EXPECT_TRUE(_countof(txt2) == mc1.position + 1);
259 EXPECT_TRUE(_countof(txt3) + _countof(txt2) == mc1.position + 2)
    [all...]
  /external/wpa_supplicant_8/hs20/client/
est.c 276 char txt[100], txt2[100]; local
295 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1);
296 if (res < 0 || res >= (int) sizeof(txt2))
300 txt, txt2);

Completed in 67 milliseconds