Lines Matching refs:TEST_ASSERT_EQUAL
1743 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1903 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_AES_CBC_HMAC_SHA512_decrypt_perform()
1916 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_AES_CBC_HMAC_SHA512_decrypt_perform()
1937 TEST_ASSERT_EQUAL(status, 0, "Test failed"); in test_blockcipher()
2031 TEST_ASSERT_EQUAL(status, 0, "session init failed"); in create_wireless_algo_hash_session()
2070 TEST_ASSERT_EQUAL(status, 0, "session init failed"); in create_wireless_algo_cipher_session()
2193 TEST_ASSERT_EQUAL(status, 0, "session init failed"); in create_wireless_algo_cipher_auth_session()
2256 TEST_ASSERT_EQUAL(status, 0, "session init failed"); in create_wireless_cipher_auth_session()
2332 TEST_ASSERT_EQUAL(status, 0, "session init failed"); in create_wireless_algo_auth_cipher_session()
6925 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_mixed_auth_cipher()
7141 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_mixed_auth_cipher_sgl()
7675 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_encryption()
9137 TEST_ASSERT_EQUAL(res, TEST_FAILED, "encryption not failed"); in test_AES_GCM_auth_encryption_fail_iv_corrupt()
9153 TEST_ASSERT_EQUAL(res, TEST_FAILED, "encryption not failed"); in test_AES_GCM_auth_encryption_fail_in_data_corrupt()
9169 TEST_ASSERT_EQUAL(res, TEST_FAILED, "encryption not failed"); in test_AES_GCM_auth_encryption_fail_out_data_corrupt()
9185 TEST_ASSERT_EQUAL(res, TEST_FAILED, "encryption not failed"); in test_AES_GCM_auth_encryption_fail_aad_len_corrupt()
9204 TEST_ASSERT_EQUAL(res, TEST_FAILED, "encryption not failed"); in test_AES_GCM_auth_encryption_fail_aad_corrupt()
9220 TEST_ASSERT_EQUAL(res, TEST_FAILED, "encryption not failed"); in test_AES_GCM_auth_encryption_fail_tag_corrupt()
9300 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_decryption()
9320 TEST_ASSERT_EQUAL(ut_params->op->status, in test_authenticated_decryption()
9488 TEST_ASSERT_EQUAL(res, TEST_FAILED, "decryption not failed"); in test_AES_GCM_auth_decryption_fail_iv_corrupt()
9504 TEST_ASSERT_EQUAL(res, TEST_FAILED, "decryption not failed"); in test_AES_GCM_auth_decryption_fail_in_data_corrupt()
9519 TEST_ASSERT_EQUAL(res, TEST_FAILED, "decryption not failed"); in test_AES_GCM_auth_decryption_fail_out_data_corrupt()
9534 TEST_ASSERT_EQUAL(res, TEST_FAILED, "decryption not failed"); in test_AES_GCM_auth_decryption_fail_aad_len_corrupt()
9552 TEST_ASSERT_EQUAL(res, TEST_FAILED, "decryption not failed"); in test_AES_GCM_auth_decryption_fail_aad_corrupt()
9567 TEST_ASSERT_EQUAL(res, TEST_FAILED, "authentication not failed"); in test_AES_GCM_auth_decryption_fail_tag_corrupt()
9629 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_encryption_oop()
9719 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_decryption_oop()
9734 TEST_ASSERT_EQUAL(ut_params->op->status, in test_authenticated_decryption_oop()
9803 TEST_ASSERT_EQUAL(ut_params->op->sess_type, in test_authenticated_encryption_sessionless()
9813 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_encryption_sessionless()
9911 TEST_ASSERT_EQUAL(ut_params->op->sess_type, in test_authenticated_decryption_sessionless()
9926 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_decryption_sessionless()
9941 TEST_ASSERT_EQUAL(ut_params->op->status, in test_authenticated_decryption_sessionless()
10259 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_MD5_HMAC_generate()
10330 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_MD5_HMAC_verify()
10685 TEST_ASSERT_EQUAL(rte_crypto_op_bulk_alloc(ts_params->op_mpool, in test_null_burst_operation()
10705 TEST_ASSERT_EQUAL(rte_cryptodev_enqueue_burst(ts_params->valid_devs[0], in test_null_burst_operation()
10710 TEST_ASSERT_EQUAL(rte_cryptodev_dequeue_burst(ts_params->valid_devs[0], in test_null_burst_operation()
10717 TEST_ASSERT_EQUAL( in test_null_burst_operation()
10957 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_AES_GMAC_authentication()
11087 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_AES_GMAC_authentication_verify()
11238 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_AES_GMAC_authentication_SGL()
12107 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_encryt_with_esn()
12239 TEST_ASSERT_EQUAL(ut_params->op->status, in test_authenticated_decrypt_with_esn()
12592 TEST_ASSERT_EQUAL(ut_params->op->status, RTE_CRYPTO_OP_STATUS_SUCCESS, in test_authenticated_encryption_SGL()