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

  /system/media/camera/docs/
metadata-parser-sanity-check 32 function check_test function
48 check_test "$thisdir/metadata_model_test.py" || exit 1
49 check_test "$thisdir/metadata_helpers_test.py" || exit 1
  /external/boringssl/src/crypto/fipsmodule/
bcm.c 125 if (!check_test(expected, result, sizeof(result), "FIPS integrity test")) {
  /external/boringssl/src/crypto/fipsmodule/self_check/
self_check.c 44 static int check_test(const void *expected, const void *actual, function
400 if (!check_test(kAESCBCCiphertext, output, sizeof(kAESCBCCiphertext),
412 if (!check_test(kPlaintext, output, sizeof(kPlaintext),
429 !check_test(kAESGCMCiphertext, output, sizeof(kAESGCMCiphertext),
439 !check_test(kPlaintext, output, sizeof(kPlaintext),
454 if (!check_test(kDESCiphertext, output, sizeof(kDESCiphertext),
463 if (!check_test(kPlaintext, output, sizeof(kPlaintext),
470 if (!check_test(kPlaintextSHA1, output, sizeof(kPlaintextSHA1),
477 if (!check_test(kPlaintextSHA256, output, sizeof(kPlaintextSHA256),
484 if (!check_test(kPlaintextSHA512, output, sizeof(kPlaintextSHA512)
    [all...]

Completed in 86 milliseconds