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

/external/boringssl/src/crypto/fipsmodule/self_check/
H A Dself_check.c44 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(kPlaintextSHA51
[all...]

Completed in 115 milliseconds