HomeSort by relevance Sort by last modified time
    Searched refs:test_num (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm_test.c 258 unsigned test_num, const char *description) {
270 fprintf(stderr, "%u: Odd-length %s input.\n", test_num, description);
276 fprintf(stderr, "%u: malloc failure.\n", test_num);
285 test_num, description, (unsigned)i);
313 static int run_test_case(unsigned test_num, const struct test_case *test) {
322 if (!decode_hex(&key, &key_len, test->key, test_num, "key") ||
323 !decode_hex(&plaintext, &plaintext_len, test->plaintext, test_num,
326 test_num, "additional_data") ||
327 !decode_hex(&nonce, &nonce_len, test->nonce, test_num, "nonce") ||
328 !decode_hex(&ciphertext, &ciphertext_len, test->ciphertext, test_num,
    [all...]
  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 24 def neverallow_rule_to_test(neverallow_rule, test_num):
28 "testNeverallowRules" + str(test_num) + "()")
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 1684 static int test_num(struct event_format *event, function
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 261 milliseconds