Lines Matching refs:feat_flags

2669 	uint64_t feat_flags = dev_info.feature_flags;  in test_snow3g_authentication()  local
2671 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_snow3g_authentication()
2678 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_authentication()
2760 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_authentication_verify() local
2762 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_snow3g_authentication_verify()
2769 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_authentication_verify()
2851 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_authentication() local
2854 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_authentication()
2940 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_authentication_verify() local
2943 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_authentication_verify()
3164 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_encryption() local
3167 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_encryption()
3269 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_encryption_sgl() local
3271 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_kasumi_encryption_sgl()
3278 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_encryption_sgl()
3462 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_encryption_oop_sgl() local
3463 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_kasumi_encryption_oop_sgl()
3622 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_decryption() local
3625 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_decryption()
3714 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption() local
3717 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_encryption()
3908 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption_oop_sgl() local
3910 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_snow3g_encryption_oop_sgl()
4009 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption_offset_oop() local
4011 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_snow3g_encryption_offset_oop()
4124 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_decryption() local
4127 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_decryption()
4302 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_cipher_auth() local
4304 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_zuc_cipher_auth()
4312 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_cipher_auth()
4410 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_cipher_auth() local
4413 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_cipher_auth()
4543 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_auth_cipher() local
4546 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_snow3g_auth_cipher()
4555 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_auth_cipher()
4735 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_auth_cipher_sgl() local
4738 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_snow3g_auth_cipher_sgl()
4744 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_auth_cipher_sgl()
4751 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_snow3g_auth_cipher_sgl()
4756 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_snow3g_auth_cipher_sgl()
4939 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_auth_cipher() local
4942 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_auth_cipher()
4953 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_kasumi_auth_cipher()
5136 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_auth_cipher_sgl() local
5139 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_kasumi_auth_cipher_sgl()
5145 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_auth_cipher_sgl()
5152 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_kasumi_auth_cipher_sgl()
5157 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_kasumi_auth_cipher_sgl()
5322 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_cipher_auth() local
5325 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_cipher_auth()
5438 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_encryption() local
5441 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_encryption()
5546 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_encryption_sgl() local
5548 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_zuc_encryption_sgl()
5555 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_encryption_sgl()
5636 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_authentication() local
5638 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_zuc_authentication()
5645 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_authentication()
5742 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_auth_cipher() local
5744 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_zuc_auth_cipher()
5749 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_zuc_auth_cipher()
5756 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_auth_cipher()
5763 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_zuc_auth_cipher()
5940 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_auth_cipher_sgl() local
5943 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_zuc_auth_cipher_sgl()
5950 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_auth_cipher_sgl()
5957 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_zuc_auth_cipher_sgl()
5962 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_zuc_auth_cipher_sgl()
6767 uint64_t feat_flags = dev_info.feature_flags; in test_mixed_auth_cipher() local
6769 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_mixed_auth_cipher()
6961 uint64_t feat_flags = dev_info.feature_flags; in test_mixed_auth_cipher_sgl() local
6964 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_mixed_auth_cipher_sgl()
6970 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_mixed_auth_cipher_sgl()
6975 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_mixed_auth_cipher_sgl()
7611 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption() local
7614 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_encryption()
8465 uint64_t feat_flags = dev_info.feature_flags; in test_PDCP_PROTO_all() local
8467 if (!(feat_flags & RTE_CRYPTODEV_FF_SECURITY)) in test_PDCP_PROTO_all()
8951 uint64_t feat_flags = dev_info.feature_flags; in test_DOCSIS_PROTO_all() local
8953 if (!(feat_flags & RTE_CRYPTODEV_FF_SECURITY)) in test_DOCSIS_PROTO_all()
9236 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption() local
9239 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption()
9760 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption_sessionless() local
9762 if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) { in test_authenticated_encryption_sessionless()
9862 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption_sessionless() local
9864 if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) { in test_authenticated_decryption_sessionless()
9870 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption_sessionless()
10215 uint64_t feat_flags = dev_info.feature_flags; in test_MD5_HMAC_generate() local
10218 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_MD5_HMAC_generate()
10288 uint64_t feat_flags = dev_info.feature_flags; in test_MD5_HMAC_verify() local
10291 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_MD5_HMAC_verify()
10879 uint64_t feat_flags = dev_info.feature_flags; in test_AES_GMAC_authentication() local
10882 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_AES_GMAC_authentication()
11013 uint64_t feat_flags = dev_info.feature_flags; in test_AES_GMAC_authentication_verify() local
11016 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_AES_GMAC_authentication_verify()
11760 uint64_t feat_flags = dev_info.feature_flags; in test_authentication_verify_fail_when_data_corruption() local
11763 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authentication_verify_fail_when_data_corruption()
11842 uint64_t feat_flags = dev_info.feature_flags; in test_authentication_verify_GMAC_fail_when_corruption() local
11845 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authentication_verify_GMAC_fail_when_corruption()
11927 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption_fail_when_corruption() local
11930 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption_fail_when_corruption()
12017 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryt_with_esn() local
12020 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_encryt_with_esn()
12150 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decrypt_with_esn() local
12153 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decrypt_with_esn()
12375 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption_SGL() local
12378 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_encryption_SGL()