MCPcopy Create free account
hub / github.com/F-Stack/f-stack / create_cipher_auth_verify_operation

Function create_cipher_auth_verify_operation

dpdk/app/test/test_cryptodev.c:14902–14908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14900}
14901
14902static int
14903create_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
14910static int
14911test_authentication_verify_fail_when_data_corruption(

Calls 1

Tested by

no test coverage detected