Searched defs:test_num (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/modes/
H A Dgcm_test.c259 unsigned test_num, const char *description) {
271 fprintf(stderr, "%u: Odd-length %s input.\n", test_num, description);
277 fprintf(stderr, "%u: malloc failure.\n", test_num);
286 test_num, description, (unsigned)i);
301 static int run_test_case(unsigned test_num, const struct test_case *test) { argument
310 if (!decode_hex(&key, &key_len, test->key, test_num, "key") ||
311 !decode_hex(&plaintext, &plaintext_len, test->plaintext, test_num,
314 test_num, "additional_data") ||
315 !decode_hex(&nonce, &nonce_len, test->nonce, test_num, "nonce") ||
316 !decode_hex(&ciphertext, &ciphertext_len, test->ciphertext, test_num,
258 decode_hex(uint8_t **out, size_t *out_len, const char *in, unsigned test_num, const char *description) argument
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
H A Dftrandom.c497 static int test_num = 0; local
501 sprintf( buffer, "%s/test%d", results_dir, test_num++ );
/external/opencv3/modules/calib3d/test/
H A Dtest_chesscorners.cpp389 const int test_num = 16; local
391 for(int i = 0; i < test_num; ++i)
393 progress = update_progress( progress, i, test_num, 0 );

Completed in 1079 milliseconds