Lines Matching refs:cap_idx
2153 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_CBC_HMAC_SHA1_encrypt_digest() local
2154 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2155 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA1_HMAC; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2157 &cap_idx) == NULL) in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2159 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2160 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2162 &cap_idx) == NULL) in test_AES_CBC_HMAC_SHA1_encrypt_digest()
3139 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_authentication() local
3140 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_authentication()
3141 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_authentication()
3143 &cap_idx) == NULL) in test_snow3g_authentication()
3230 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_authentication_verify() local
3231 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_authentication_verify()
3232 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_authentication_verify()
3234 &cap_idx) == NULL) in test_snow3g_authentication_verify()
3315 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_authentication() local
3316 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_authentication()
3317 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_authentication()
3319 &cap_idx) == NULL) in test_kasumi_authentication()
3404 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_authentication_verify() local
3405 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_authentication_verify()
3406 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_authentication_verify()
3408 &cap_idx) == NULL) in test_kasumi_authentication_verify()
3628 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption() local
3629 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption()
3630 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption()
3632 &cap_idx) == NULL) in test_kasumi_encryption()
3712 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption_sgl() local
3713 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption_sgl()
3714 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption_sgl()
3716 &cap_idx) == NULL) in test_kasumi_encryption_sgl()
3811 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption_oop() local
3812 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption_oop()
3813 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption_oop()
3816 &cap_idx) == NULL) in test_kasumi_encryption_oop()
3899 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_encryption_oop_sgl() local
3900 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_encryption_oop_sgl()
3901 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_encryption_oop_sgl()
3903 &cap_idx) == NULL) in test_kasumi_encryption_oop_sgl()
3990 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_decryption_oop() local
3991 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_decryption_oop()
3992 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_decryption_oop()
3994 &cap_idx) == NULL) in test_kasumi_decryption_oop()
4086 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_decryption() local
4087 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_decryption()
4088 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_decryption()
4090 &cap_idx) == NULL) in test_kasumi_decryption()
4178 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption() local
4179 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption()
4180 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption()
4182 &cap_idx) == NULL) in test_snow3g_encryption()
4266 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption_oop() local
4267 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption_oop()
4268 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption_oop()
4270 &cap_idx) == NULL) in test_snow3g_encryption_oop()
4359 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption_oop_sgl() local
4360 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption_oop_sgl()
4361 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption_oop_sgl()
4363 &cap_idx) == NULL) in test_snow3g_encryption_oop_sgl()
4494 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_encryption_offset_oop() local
4495 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_encryption_offset_oop()
4496 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_encryption_offset_oop()
4498 &cap_idx) == NULL) in test_snow3g_encryption_offset_oop()
4616 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_decryption() local
4617 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_decryption()
4618 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_decryption()
4620 &cap_idx) == NULL) in test_snow3g_decryption()
4700 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_decryption_oop() local
4701 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_decryption_oop()
4702 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_decryption_oop()
4704 &cap_idx) == NULL) in test_snow3g_decryption_oop()
4792 struct rte_cryptodev_sym_capability_idx cap_idx; in test_zuc_cipher_auth() local
4814 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_zuc_cipher_auth()
4815 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_ZUC_EEA3; in test_zuc_cipher_auth()
4818 &cap_idx) == NULL) in test_zuc_cipher_auth()
4822 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_zuc_cipher_auth()
4823 cap_idx.algo.auth = RTE_CRYPTO_AUTH_ZUC_EIA3; in test_zuc_cipher_auth()
4826 &cap_idx) == NULL) in test_zuc_cipher_auth()
4915 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_cipher_auth() local
4916 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_cipher_auth()
4917 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_cipher_auth()
4919 &cap_idx) == NULL) in test_snow3g_cipher_auth()
4921 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_cipher_auth()
4922 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_cipher_auth()
4924 &cap_idx) == NULL) in test_snow3g_cipher_auth()
5019 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_auth_cipher() local
5020 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_auth_cipher()
5021 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_auth_cipher()
5023 &cap_idx) == NULL) in test_snow3g_auth_cipher()
5025 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_auth_cipher()
5026 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_auth_cipher()
5028 &cap_idx) == NULL) in test_snow3g_auth_cipher()
5214 struct rte_cryptodev_sym_capability_idx cap_idx; in test_snow3g_auth_cipher_sgl() local
5215 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_snow3g_auth_cipher_sgl()
5216 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SNOW3G_UIA2; in test_snow3g_auth_cipher_sgl()
5218 &cap_idx) == NULL) in test_snow3g_auth_cipher_sgl()
5220 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_snow3g_auth_cipher_sgl()
5221 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_SNOW3G_UEA2; in test_snow3g_auth_cipher_sgl()
5223 &cap_idx) == NULL) in test_snow3g_auth_cipher_sgl()
5425 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_auth_cipher() local
5426 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_auth_cipher()
5427 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_auth_cipher()
5429 &cap_idx) == NULL) in test_kasumi_auth_cipher()
5431 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_auth_cipher()
5432 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_auth_cipher()
5434 &cap_idx) == NULL) in test_kasumi_auth_cipher()
5619 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_auth_cipher_sgl() local
5620 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_auth_cipher_sgl()
5621 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_auth_cipher_sgl()
5623 &cap_idx) == NULL) in test_kasumi_auth_cipher_sgl()
5625 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_auth_cipher_sgl()
5626 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_auth_cipher_sgl()
5628 &cap_idx) == NULL) in test_kasumi_auth_cipher_sgl()
5834 struct rte_cryptodev_sym_capability_idx cap_idx; in test_kasumi_cipher_auth() local
5835 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_kasumi_cipher_auth()
5836 cap_idx.algo.auth = RTE_CRYPTO_AUTH_KASUMI_F9; in test_kasumi_cipher_auth()
5838 &cap_idx) == NULL) in test_kasumi_cipher_auth()
5840 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_kasumi_cipher_auth()
5841 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_KASUMI_F8; in test_kasumi_cipher_auth()
5843 &cap_idx) == NULL) in test_kasumi_cipher_auth()
5930 struct rte_cryptodev_sym_capability_idx cap_idx; in check_cipher_capability() local
5934 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in check_cipher_capability()
5935 cap_idx.algo.cipher = cipher_algo; in check_cipher_capability()
5938 &cap_idx); in check_cipher_capability()
5958 struct rte_cryptodev_sym_capability_idx cap_idx; in check_auth_capability() local
5962 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in check_auth_capability()
5963 cap_idx.algo.auth = auth_algo; in check_auth_capability()
5966 &cap_idx); in check_auth_capability()
7322 struct rte_cryptodev_sym_capability_idx cap_idx; in test_mixed_check_if_unsupported() local
7325 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_mixed_check_if_unsupported()
7326 cap_idx.algo.cipher = tdata->cipher_algo; in test_mixed_check_if_unsupported()
7327 if (rte_cryptodev_sym_capability_get(dev_id, &cap_idx) == NULL) in test_mixed_check_if_unsupported()
7331 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_mixed_check_if_unsupported()
7332 cap_idx.algo.auth = tdata->auth_algo; in test_mixed_check_if_unsupported()
7333 if (rte_cryptodev_sym_capability_get(dev_id, &cap_idx) == NULL) in test_mixed_check_if_unsupported()
8225 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption() local
8227 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption()
8228 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption()
8230 ts_params->valid_devs[0], &cap_idx); in test_authenticated_encryption()
10879 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption() local
10881 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_decryption()
10882 cap_idx.algo.aead = tdata->algo; in test_authenticated_decryption()
10884 ts_params->valid_devs[0], &cap_idx); in test_authenticated_decryption()
11217 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption_oop() local
11218 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption_oop()
11219 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption_oop()
11221 &cap_idx) == NULL) in test_authenticated_encryption_oop()
11321 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption_oop() local
11322 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_decryption_oop()
11323 cap_idx.algo.aead = tdata->algo; in test_authenticated_decryption_oop()
11325 &cap_idx) == NULL) in test_authenticated_decryption_oop()
11429 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption_sessionless() local
11430 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption_sessionless()
11431 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption_sessionless()
11433 &cap_idx) == NULL) in test_authenticated_encryption_sessionless()
11537 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption_sessionless() local
11538 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_decryption_sessionless()
11539 cap_idx.algo.aead = tdata->algo; in test_authenticated_decryption_sessionless()
11541 &cap_idx) == NULL) in test_authenticated_decryption_sessionless()
11729 struct rte_cryptodev_sym_capability_idx cap_idx; in test_stats() local
11730 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_stats()
11731 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA1_HMAC; in test_stats()
11733 &cap_idx) == NULL) in test_stats()
11735 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_stats()
11736 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_stats()
11738 &cap_idx) == NULL) in test_stats()
11884 struct rte_cryptodev_sym_capability_idx cap_idx; in test_MD5_HMAC_generate() local
11885 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_MD5_HMAC_generate()
11886 cap_idx.algo.auth = RTE_CRYPTO_AUTH_MD5_HMAC; in test_MD5_HMAC_generate()
11888 &cap_idx) == NULL) in test_MD5_HMAC_generate()
11957 struct rte_cryptodev_sym_capability_idx cap_idx; in test_MD5_HMAC_verify() local
11958 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_MD5_HMAC_verify()
11959 cap_idx.algo.auth = RTE_CRYPTO_AUTH_MD5_HMAC; in test_MD5_HMAC_verify()
11961 &cap_idx) == NULL) in test_MD5_HMAC_verify()
12033 struct rte_cryptodev_sym_capability_idx cap_idx; in test_multi_session() local
12034 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_multi_session()
12035 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA512_HMAC; in test_multi_session()
12037 &cap_idx) == NULL) in test_multi_session()
12039 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_multi_session()
12040 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_multi_session()
12042 &cap_idx) == NULL) in test_multi_session()
12166 struct rte_cryptodev_sym_capability_idx cap_idx; in test_multi_session_random_usage() local
12167 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_multi_session_random_usage()
12168 cap_idx.algo.auth = RTE_CRYPTO_AUTH_SHA512_HMAC; in test_multi_session_random_usage()
12170 &cap_idx) == NULL) in test_multi_session_random_usage()
12172 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_multi_session_random_usage()
12173 cap_idx.algo.cipher = RTE_CRYPTO_CIPHER_AES_CBC; in test_multi_session_random_usage()
12175 &cap_idx) == NULL) in test_multi_session_random_usage()
12811 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_GMAC_authentication() local
12812 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_GMAC_authentication()
12813 cap_idx.algo.auth = RTE_CRYPTO_AUTH_AES_GMAC; in test_AES_GMAC_authentication()
12815 &cap_idx) == NULL) in test_AES_GMAC_authentication()
12942 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_GMAC_authentication_verify() local
12943 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_GMAC_authentication_verify()
12944 cap_idx.algo.auth = RTE_CRYPTO_AUTH_AES_GMAC; in test_AES_GMAC_authentication_verify()
12946 &cap_idx) == NULL) in test_AES_GMAC_authentication_verify()
13057 struct rte_cryptodev_sym_capability_idx cap_idx; in test_AES_GMAC_authentication_SGL() local
13058 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_AES_GMAC_authentication_SGL()
13059 cap_idx.algo.auth = RTE_CRYPTO_AUTH_AES_GMAC; in test_AES_GMAC_authentication_SGL()
13061 &cap_idx) == NULL) in test_AES_GMAC_authentication_SGL()
13690 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authentication_verify_fail_when_data_corruption() local
13691 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authentication_verify_fail_when_data_corruption()
13692 cap_idx.algo.auth = reference->auth_algo; in test_authentication_verify_fail_when_data_corruption()
13694 &cap_idx) == NULL) in test_authentication_verify_fail_when_data_corruption()
13778 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authentication_verify_GMAC_fail_when_corruption() local
13779 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authentication_verify_GMAC_fail_when_corruption()
13780 cap_idx.algo.auth = reference->auth_algo; in test_authentication_verify_GMAC_fail_when_corruption()
13782 &cap_idx) == NULL) in test_authentication_verify_GMAC_fail_when_corruption()
13863 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decryption_fail_when_corruption() local
13864 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authenticated_decryption_fail_when_corruption()
13865 cap_idx.algo.auth = reference->auth_algo; in test_authenticated_decryption_fail_when_corruption()
13867 &cap_idx) == NULL) in test_authenticated_decryption_fail_when_corruption()
13869 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_authenticated_decryption_fail_when_corruption()
13870 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decryption_fail_when_corruption()
13872 &cap_idx) == NULL) in test_authenticated_decryption_fail_when_corruption()
13957 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encrypt_with_esn() local
13958 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authenticated_encrypt_with_esn()
13959 cap_idx.algo.auth = reference->auth_algo; in test_authenticated_encrypt_with_esn()
13961 &cap_idx) == NULL) in test_authenticated_encrypt_with_esn()
13963 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_authenticated_encrypt_with_esn()
13964 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_encrypt_with_esn()
13966 &cap_idx) == NULL) in test_authenticated_encrypt_with_esn()
14094 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_decrypt_with_esn() local
14095 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AUTH; in test_authenticated_decrypt_with_esn()
14096 cap_idx.algo.auth = reference->auth_algo; in test_authenticated_decrypt_with_esn()
14098 &cap_idx) == NULL) in test_authenticated_decrypt_with_esn()
14100 cap_idx.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in test_authenticated_decrypt_with_esn()
14101 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decrypt_with_esn()
14103 &cap_idx) == NULL) in test_authenticated_decrypt_with_esn()
14295 struct rte_cryptodev_sym_capability_idx cap_idx; in test_authenticated_encryption_SGL() local
14296 cap_idx.type = RTE_CRYPTO_SYM_XFORM_AEAD; in test_authenticated_encryption_SGL()
14297 cap_idx.algo.aead = tdata->algo; in test_authenticated_encryption_SGL()
14299 &cap_idx) == NULL) in test_authenticated_encryption_SGL()