Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/
Dbcm.c105 static int check_test(const void *expected, const void *actual, in check_test() function
320 if (!check_test(expected, result, sizeof(result), "FIPS integrity test")) { in BORINGSSL_bcm_power_on_self_test()
488 if (!check_test(kAESCBCCiphertext, output, sizeof(kAESCBCCiphertext), in BORINGSSL_bcm_power_on_self_test()
500 if (!check_test(kPlaintext, output, sizeof(kPlaintext), in BORINGSSL_bcm_power_on_self_test()
518 !check_test(kAESGCMCiphertext, output, sizeof(kAESGCMCiphertext), in BORINGSSL_bcm_power_on_self_test()
528 !check_test(kPlaintext, output, sizeof(kPlaintext), in BORINGSSL_bcm_power_on_self_test()
545 if (!check_test(kDESCiphertext, output, sizeof(kDESCiphertext), in BORINGSSL_bcm_power_on_self_test()
554 if (!check_test(kPlaintext, output, sizeof(kPlaintext), in BORINGSSL_bcm_power_on_self_test()
561 if (!check_test(kPlaintextSHA1, output, sizeof(kPlaintextSHA1), in BORINGSSL_bcm_power_on_self_test()
568 if (!check_test(kPlaintextSHA256, output, sizeof(kPlaintextSHA256), in BORINGSSL_bcm_power_on_self_test()
[all …]