Lines Matching refs:feat_flags
1235 uint64_t feat_flags; in mixed_cipher_hash_testsuite_setup() local
1250 feat_flags = dev_info.feature_flags; in mixed_cipher_hash_testsuite_setup()
1252 if (!(feat_flags & RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO) || in mixed_cipher_hash_testsuite_setup()
3121 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_authentication() local
3123 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_snow3g_authentication()
3130 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_authentication()
3212 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_authentication_verify() local
3214 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_snow3g_authentication_verify()
3221 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_authentication_verify()
3303 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_authentication() local
3306 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_authentication()
3392 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_authentication_verify() local
3395 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_authentication_verify()
3616 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_encryption() local
3619 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_encryption()
3721 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_encryption_sgl() local
3723 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_kasumi_encryption_sgl()
3730 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_encryption_sgl()
3914 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_encryption_oop_sgl() local
3915 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_kasumi_encryption_oop_sgl()
4074 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_decryption() local
4077 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_decryption()
4166 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption() local
4169 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_encryption()
4257 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption_oop() local
4260 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_encryption_oop()
4374 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption_oop_sgl() local
4376 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_snow3g_encryption_oop_sgl()
4384 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_encryption_oop_sgl()
4485 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_encryption_offset_oop() local
4487 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_snow3g_encryption_offset_oop()
4604 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_decryption() local
4607 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_decryption()
4692 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_decryption_oop() local
4695 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_decryption_oop()
4795 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_cipher_auth() local
4797 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_zuc_cipher_auth()
4805 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_cipher_auth()
4903 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_cipher_auth() local
4906 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_cipher_auth()
5036 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_auth_cipher() local
5039 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_snow3g_auth_cipher()
5048 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_auth_cipher()
5231 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_auth_cipher_sgl() local
5234 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_snow3g_auth_cipher_sgl()
5240 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_snow3g_auth_cipher_sgl()
5247 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_snow3g_auth_cipher_sgl()
5252 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_snow3g_auth_cipher_sgl()
5439 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_auth_cipher() local
5442 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_auth_cipher()
5453 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_kasumi_auth_cipher()
5636 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_auth_cipher_sgl() local
5639 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_kasumi_auth_cipher_sgl()
5645 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_auth_cipher_sgl()
5652 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_kasumi_auth_cipher_sgl()
5657 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_kasumi_auth_cipher_sgl()
5822 uint64_t feat_flags = dev_info.feature_flags; in test_kasumi_cipher_auth() local
5825 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_kasumi_cipher_auth()
5993 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_encryption() local
5996 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_encryption()
6091 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_encryption_sgl() local
6093 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_zuc_encryption_sgl()
6100 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_encryption_sgl()
6180 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_authentication() local
6182 if (!(feat_flags & RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA) && in test_zuc_authentication()
6189 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_authentication()
6286 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_auth_cipher() local
6288 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_zuc_auth_cipher()
6293 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_zuc_auth_cipher()
6300 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_auth_cipher()
6307 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_zuc_auth_cipher()
6486 uint64_t feat_flags = dev_info.feature_flags; in test_zuc_auth_cipher_sgl() local
6489 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_zuc_auth_cipher_sgl()
6496 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_zuc_auth_cipher_sgl()
6503 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_zuc_auth_cipher_sgl()
6508 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_zuc_auth_cipher_sgl()
6877 uint64_t feat_flags = dev_info.feature_flags; in test_snow3g_decryption_with_digest_test_case_1() local
6879 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_snow3g_decryption_with_digest_test_case_1()
7365 uint64_t feat_flags = dev_info.feature_flags; in test_mixed_auth_cipher() local
7367 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_mixed_auth_cipher()
7562 uint64_t feat_flags = dev_info.feature_flags; in test_mixed_auth_cipher_sgl() local
7565 if (!(feat_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) { in test_mixed_auth_cipher_sgl()
7571 if (!(feat_flags & RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT)) { in test_mixed_auth_cipher_sgl()
7576 if (!(feat_flags & RTE_CRYPTODEV_FF_DIGEST_ENCRYPTED)) { in test_mixed_auth_cipher_sgl()
8216 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption() local
8219 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_encryption()
8557 uint64_t feat_flags; in test_pdcp_proto_SGL() local
8564 feat_flags = dev_info.feature_flags; in test_pdcp_proto_SGL()
8567 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_pdcp_proto_SGL()
10186 uint64_t feat_flags = dev_info.feature_flags; in test_PDCP_PROTO_all() local
10188 if (!(feat_flags & RTE_CRYPTODEV_FF_SECURITY)) in test_PDCP_PROTO_all()
10870 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption() local
10873 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption()
11225 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption_oop() local
11228 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) in test_authenticated_encryption_oop()
11318 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption_oop() local
11334 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption_oop()
11417 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption_sessionless() local
11419 if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) { in test_authenticated_encryption_sessionless()
11519 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption_sessionless() local
11521 if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) { in test_authenticated_decryption_sessionless()
11527 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption_sessionless()
11875 uint64_t feat_flags = dev_info.feature_flags; in test_MD5_HMAC_generate() local
11878 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_MD5_HMAC_generate()
11948 uint64_t feat_flags = dev_info.feature_flags; in test_MD5_HMAC_verify() local
11951 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_MD5_HMAC_verify()
12794 uint64_t feat_flags = dev_info.feature_flags; in test_AES_GMAC_authentication() local
12797 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_AES_GMAC_authentication()
12930 uint64_t feat_flags = dev_info.feature_flags; in test_AES_GMAC_authentication_verify() local
12933 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_AES_GMAC_authentication_verify()
13681 uint64_t feat_flags = dev_info.feature_flags; in test_authentication_verify_fail_when_data_corruption() local
13684 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authentication_verify_fail_when_data_corruption()
13769 uint64_t feat_flags = dev_info.feature_flags; in test_authentication_verify_GMAC_fail_when_corruption() local
13772 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authentication_verify_GMAC_fail_when_corruption()
13854 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decryption_fail_when_corruption() local
13857 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decryption_fail_when_corruption()
13948 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encrypt_with_esn() local
13951 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_encrypt_with_esn()
14085 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_decrypt_with_esn() local
14088 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_decrypt_with_esn()
14314 uint64_t feat_flags = dev_info.feature_flags; in test_authenticated_encryption_SGL() local
14317 (!(feat_flags & RTE_CRYPTODEV_FF_SYM_RAW_DP))) { in test_authenticated_encryption_SGL()