Lines Matching refs:cap_idx
1653 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_CBC_HMAC_SHA1_encrypt_digest() local
1654 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1655 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA1_HMAC; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1657 &cap_idx) == NULL) in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1659 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1660 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1662 &cap_idx) == NULL) in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2687 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_authentication() local
2688 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_authentication()
2689 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_authentication()
2691 &cap_idx) == NULL) in test_snow3g_authentication()
2778 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_authentication_verify() local
2779 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_authentication_verify()
2780 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_authentication_verify()
2782 &cap_idx) == NULL) in test_snow3g_authentication_verify()
2863 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_authentication() local
2864 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_authentication()
2865 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_authentication()
2867 &cap_idx) == NULL) in test_kasumi_authentication()
2952 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_authentication_verify() local
2953 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_authentication_verify()
2954 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_authentication_verify()
2956 &cap_idx) == NULL) in test_kasumi_authentication_verify()
3176 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption() local
3177 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption()
3178 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption()
3180 &cap_idx) == NULL) in test_kasumi_encryption()
3260 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption_sgl() local
3261 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption_sgl()
3262 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption_sgl()
3264 &cap_idx) == NULL) in test_kasumi_encryption_sgl()
3359 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption_oop() local
3360 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption_oop()
3361 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption_oop()
3364 &cap_idx) == NULL) in test_kasumi_encryption_oop()
3447 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption_oop_sgl() local
3448 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption_oop_sgl()
3449 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption_oop_sgl()
3451 &cap_idx) == NULL) in test_kasumi_encryption_oop_sgl()
3538 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_decryption_oop() local
3539 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_decryption_oop()
3540 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_decryption_oop()
3542 &cap_idx) == NULL) in test_kasumi_decryption_oop()
3634 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_decryption() local
3635 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_decryption()
3636 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_decryption()
3638 &cap_idx) == NULL) in test_kasumi_decryption()
3726 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption() local
3727 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption()
3728 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption()
3730 &cap_idx) == NULL) in test_snow3g_encryption()
3804 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption_oop() local
3805 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption_oop()
3806 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption_oop()
3808 &cap_idx) == NULL) in test_snow3g_encryption_oop()
3893 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption_oop_sgl() local
3894 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption_oop_sgl()
3895 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption_oop_sgl()
3897 &cap_idx) == NULL) in test_snow3g_encryption_oop_sgl()
4018 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption_offset_oop() local
4019 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption_offset_oop()
4020 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption_offset_oop()
4022 &cap_idx) == NULL) in test_snow3g_encryption_offset_oop()
4136 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_decryption() local
4137 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_decryption()
4138 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_decryption()
4140 &cap_idx) == NULL) in test_snow3g_decryption()
4211 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_decryption_oop() local
4212 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_decryption_oop()
4213 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_decryption_oop()
4215 &cap_idx) == NULL) in test_snow3g_decryption_oop()
4299 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_cipher_auth() local
4321 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_zuc_cipher_auth()
4322 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_ZUC_EEA3; in test_zuc_cipher_auth()
4325 &cap_idx) == NULL) in test_zuc_cipher_auth()
4329 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_zuc_cipher_auth()
4330 cap_idx.algo.auth = RTE_CRYPTO_AUTH_ZUC_EIA3; in test_zuc_cipher_auth()
4333 &cap_idx) == NULL) in test_zuc_cipher_auth()
4422 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_cipher_auth() local
4423 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_cipher_auth()
4424 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_cipher_auth()
4426 &cap_idx) == NULL) in test_snow3g_cipher_auth()
4428 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_cipher_auth()
4429 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_cipher_auth()
4431 &cap_idx) == NULL) in test_snow3g_cipher_auth()
4526 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_auth_cipher() local
4527 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_auth_cipher()
4528 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_auth_cipher()
4530 &cap_idx) == NULL) in test_snow3g_auth_cipher()
4532 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_auth_cipher()
4533 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_auth_cipher()
4535 &cap_idx) == NULL) in test_snow3g_auth_cipher()
4718 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_auth_cipher_sgl() local
4719 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_auth_cipher_sgl()
4720 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_auth_cipher_sgl()
4722 &cap_idx) == NULL) in test_snow3g_auth_cipher_sgl()
4724 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_auth_cipher_sgl()
4725 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_auth_cipher_sgl()
4727 &cap_idx) == NULL) in test_snow3g_auth_cipher_sgl()
4925 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_auth_cipher() local
4926 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_auth_cipher()
4927 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_auth_cipher()
4929 &cap_idx) == NULL) in test_kasumi_auth_cipher()
4931 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_auth_cipher()
4932 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_auth_cipher()
4934 &cap_idx) == NULL) in test_kasumi_auth_cipher()
5119 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_auth_cipher_sgl() local
5120 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_auth_cipher_sgl()
5121 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_auth_cipher_sgl()
5123 &cap_idx) == NULL) in test_kasumi_auth_cipher_sgl()
5125 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_auth_cipher_sgl()
5126 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_auth_cipher_sgl()
5128 &cap_idx) == NULL) in test_kasumi_auth_cipher_sgl()
5334 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_cipher_auth() local
5335 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_cipher_auth()
5336 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_cipher_auth()
5338 &cap_idx) == NULL) in test_kasumi_cipher_auth()
5340 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_cipher_auth()
5341 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_cipher_auth()
5343 &cap_idx) == NULL) in test_kasumi_cipher_auth()
5449 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_encryption() local
5452 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_zuc_encryption()
5453 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_ZUC_EEA3; in test_zuc_encryption()
5456 &cap_idx) == NULL) in test_zuc_encryption()
5531 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_encryption_sgl() local
5534 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_zuc_encryption_sgl()
5535 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_ZUC_EEA3; in test_zuc_encryption_sgl()
5538 &cap_idx) == NULL) in test_zuc_encryption_sgl()
5632 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_authentication() local
5654 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_zuc_authentication()
5655 cap_idx.algo.auth = RTE_CRYPTO_AUTH_ZUC_EIA3; in test_zuc_authentication()
5658 &cap_idx) == NULL) in test_zuc_authentication()
5730 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_auth_cipher() local
5733 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_zuc_auth_cipher()
5734 cap_idx.algo.auth = RTE_CRYPTO_AUTH_ZUC_EIA3; in test_zuc_auth_cipher()
5737 &cap_idx) == NULL) in test_zuc_auth_cipher()
5928 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_auth_cipher_sgl() local
5931 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_zuc_auth_cipher_sgl()
5932 cap_idx.algo.auth = RTE_CRYPTO_AUTH_ZUC_EIA3; in test_zuc_auth_cipher_sgl()
5935 &cap_idx) == NULL) in test_zuc_auth_cipher_sgl()
6724 struct rte_cryptodev_sym_capability_idx cap_idx; in test_mixed_check_if_unsupported() local
6727 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_mixed_check_if_unsupported()
6728 cap_idx.algo.cipher = tdata->cipher_algo; in test_mixed_check_if_unsupported()
6729 if (rte_cryptodev_sym_capability_get(dev_id, &cap_idx) == NULL) in test_mixed_check_if_unsupported()
6733 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_mixed_check_if_unsupported()
6734 cap_idx.algo.auth = tdata->auth_algo; in test_mixed_check_if_unsupported()
6735 if (rte_cryptodev_sym_capability_get(dev_id, &cap_idx) == NULL) in test_mixed_check_if_unsupported()
7620 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption() local
7622 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption()
7623 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption()
7625 ts_params->valid_devs[0], &cap_idx); in test_authenticated_encryption()
9245 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption() local
9247 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_decryption()
9248 cap_idx.algo.aead = tdata->algo; in test_authenticated_decryption()
9250 ts_params->valid_devs[0], &cap_idx); in test_authenticated_decryption()
9582 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption_oop() local
9583 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption_oop()
9584 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption_oop()
9586 &cap_idx) == NULL) in test_authenticated_encryption_oop()
9674 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption_oop() local
9675 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_decryption_oop()
9676 cap_idx.algo.aead = tdata->algo; in test_authenticated_decryption_oop()
9678 &cap_idx) == NULL) in test_authenticated_decryption_oop()
9772 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption_sessionless() local
9773 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption_sessionless()
9774 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption_sessionless()
9776 &cap_idx) == NULL) in test_authenticated_encryption_sessionless()
9880 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption_sessionless() local
9881 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_decryption_sessionless()
9882 cap_idx.algo.aead = tdata->algo; in test_authenticated_decryption_sessionless()
9884 &cap_idx) == NULL) in test_authenticated_decryption_sessionless()
10072 struct rte_cryptodev_sym_capability_idx cap_idx; in test_stats() local
10073 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_stats()
10074 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA1_HMAC; in test_stats()
10076 &cap_idx) == NULL) in test_stats()
10078 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_stats()
10079 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_stats()
10081 &cap_idx) == NULL) in test_stats()
10224 struct rte_cryptodev_sym_capability_idx cap_idx; in test_MD5_HMAC_generate() local
10225 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_MD5_HMAC_generate()
10226 cap_idx.algo.auth = RTE_CRYPTO_AUTH_MD5_HMAC; in test_MD5_HMAC_generate()
10228 &cap_idx) == NULL) in test_MD5_HMAC_generate()
10297 struct rte_cryptodev_sym_capability_idx cap_idx; in test_MD5_HMAC_verify() local
10298 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_MD5_HMAC_verify()
10299 cap_idx.algo.auth = RTE_CRYPTO_AUTH_MD5_HMAC; in test_MD5_HMAC_verify()
10301 &cap_idx) == NULL) in test_MD5_HMAC_verify()
10372 struct rte_cryptodev_sym_capability_idx cap_idx; in test_multi_session() local
10373 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_multi_session()
10374 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA512_HMAC; in test_multi_session()
10376 &cap_idx) == NULL) in test_multi_session()
10378 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_multi_session()
10379 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_multi_session()
10381 &cap_idx) == NULL) in test_multi_session()
10500 struct rte_cryptodev_sym_capability_idx cap_idx; in test_multi_session_random_usage() local
10501 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_multi_session_random_usage()
10502 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA512_HMAC; in test_multi_session_random_usage()
10504 &cap_idx) == NULL) in test_multi_session_random_usage()
10506 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_multi_session_random_usage()
10507 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_multi_session_random_usage()
10509 &cap_idx) == NULL) in test_multi_session_random_usage()
10896 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_GMAC_authentication() local
10897 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_GMAC_authentication()
10898 cap_idx.algo.auth = RTE_CRYPTO_AUTH_AES_GMAC; in test_AES_GMAC_authentication()
10900 &cap_idx) == NULL) in test_AES_GMAC_authentication()
11025 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_GMAC_authentication_verify() local
11026 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_GMAC_authentication_verify()
11027 cap_idx.algo.auth = RTE_CRYPTO_AUTH_AES_GMAC; in test_AES_GMAC_authentication_verify()
11029 &cap_idx) == NULL) in test_AES_GMAC_authentication_verify()
11138 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_GMAC_authentication_SGL() local
11139 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_GMAC_authentication_SGL()
11140 cap_idx.algo.auth = RTE_CRYPTO_AUTH_AES_GMAC; in test_AES_GMAC_authentication_SGL()
11142 &cap_idx) == NULL) in test_AES_GMAC_authentication_SGL()
11769 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authentication_verify_fail_when_data_corruption() local
11770 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authentication_verify_fail_when_data_corruption()
11771 cap_idx.algo.auth = reference->auth_algo; in test_authentication_verify_fail_when_data_corruption()
11773 &cap_idx) == NULL) in test_authentication_verify_fail_when_data_corruption()
11851 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authentication_verify_GMAC_fail_when_corruption() local
11852 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authentication_verify_GMAC_fail_when_corruption()
11853 cap_idx.algo.auth = reference->auth_algo; in test_authentication_verify_GMAC_fail_when_corruption()
11855 &cap_idx) == NULL) in test_authentication_verify_GMAC_fail_when_corruption()
11936 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption_fail_when_corruption() local
11937 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authenticated_decryption_fail_when_corruption()
11938 cap_idx.algo.auth = reference->auth_algo; in test_authenticated_decryption_fail_when_corruption()
11940 &cap_idx) == NULL) in test_authenticated_decryption_fail_when_corruption()
11942 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_authenticated_decryption_fail_when_corruption()
11943 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decryption_fail_when_corruption()
11945 &cap_idx) == NULL) in test_authenticated_decryption_fail_when_corruption()
12026 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryt_with_esn() local
12027 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authenticated_encryt_with_esn()
12028 cap_idx.algo.auth = reference->auth_algo; in test_authenticated_encryt_with_esn()
12030 &cap_idx) == NULL) in test_authenticated_encryt_with_esn()
12032 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_authenticated_encryt_with_esn()
12033 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_encryt_with_esn()
12035 &cap_idx) == NULL) in test_authenticated_encryt_with_esn()
12159 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decrypt_with_esn() local
12160 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authenticated_decrypt_with_esn()
12161 cap_idx.algo.auth = reference->auth_algo; in test_authenticated_decrypt_with_esn()
12163 &cap_idx) == NULL) in test_authenticated_decrypt_with_esn()
12165 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_authenticated_decrypt_with_esn()
12166 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decrypt_with_esn()
12168 &cap_idx) == NULL) in test_authenticated_decrypt_with_esn()
12356 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption_SGL() local
12357 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption_SGL()
12358 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption_SGL()
12360 &cap_idx) == NULL) in test_authenticated_encryption_SGL()