Home
last modified time | relevance | path

Searched refs:check_test (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/self_check/
Dself_check.c44 static int check_test(const void *expected, const void *actual, in check_test() function
402 if (!check_test(kAESCBCCiphertext, output, sizeof(kAESCBCCiphertext), in BORINGSSL_self_test()
415 if (!check_test(kPlaintext, output, sizeof(kPlaintext), in BORINGSSL_self_test()
433 !check_test(kAESGCMCiphertext, output, sizeof(kAESGCMCiphertext), in BORINGSSL_self_test()
444 !check_test(kPlaintext, output, sizeof(kPlaintext), in BORINGSSL_self_test()
460 if (!check_test(kDESCiphertext, output, sizeof(kDESCiphertext), in BORINGSSL_self_test()
469 if (!check_test(kPlaintext, output, sizeof(kPlaintext), in BORINGSSL_self_test()
476 if (!check_test(kPlaintextSHA1, output, sizeof(kPlaintextSHA1), in BORINGSSL_self_test()
483 if (!check_test(kPlaintextSHA256, output, sizeof(kPlaintextSHA256), in BORINGSSL_self_test()
490 if (!check_test(kPlaintextSHA512, output, sizeof(kPlaintextSHA512), in BORINGSSL_self_test()
[all …]
/external/boringssl/src/crypto/fipsmodule/
Dbcm.c133 if (!check_test(expected, result, sizeof(result), "FIPS integrity test")) { in BORINGSSL_bcm_power_on_self_test()