| 14900 | } |
| 14901 | |
| 14902 | static int |
| 14903 | create_cipher_auth_verify_operation(struct crypto_testsuite_params *ts_params, |
| 14904 | struct crypto_unittest_params *ut_params, |
| 14905 | const struct test_crypto_vector *reference) |
| 14906 | { |
| 14907 | return create_cipher_auth_operation(ts_params, ut_params, reference, 0); |
| 14908 | } |
| 14909 | |
| 14910 | static int |
| 14911 | test_authentication_verify_fail_when_data_corruption( |
no test coverage detected