Lines Matching refs:verify
3001 uint8_t op_mode, uint8_t do_sgl, uint8_t verify) in create_wireless_algo_auth_cipher_operation() argument
3059 if (verify) in create_wireless_algo_auth_cipher_operation()
5003 uint8_t op_mode, uint8_t verify) in test_snow3g_auth_cipher() argument
5056 (verify ? RTE_CRYPTO_CIPHER_OP_DECRYPT in test_snow3g_auth_cipher()
5058 (verify ? RTE_CRYPTO_AUTH_OP_VERIFY in test_snow3g_auth_cipher()
5084 if (verify) { in test_snow3g_auth_cipher()
5107 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_snow3g_auth_cipher()
5113 op_mode, 0, verify); in test_snow3g_auth_cipher()
5130 if (verify) { in test_snow3g_auth_cipher()
5166 if (verify) { in test_snow3g_auth_cipher()
5194 uint8_t op_mode, uint8_t verify) in test_snow3g_auth_cipher_sgl() argument
5261 (verify ? RTE_CRYPTO_CIPHER_OP_DECRYPT in test_snow3g_auth_cipher_sgl()
5263 (verify ? RTE_CRYPTO_AUTH_OP_VERIFY in test_snow3g_auth_cipher_sgl()
5291 if (verify) { in test_snow3g_auth_cipher_sgl()
5314 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_snow3g_auth_cipher_sgl()
5320 op_mode, 1, verify); in test_snow3g_auth_cipher_sgl()
5337 if (verify) { in test_snow3g_auth_cipher_sgl()
5381 if (verify) { in test_snow3g_auth_cipher_sgl()
5409 uint8_t op_mode, uint8_t verify) in test_kasumi_auth_cipher() argument
5462 (verify ? RTE_CRYPTO_CIPHER_OP_DECRYPT in test_kasumi_auth_cipher()
5464 (verify ? RTE_CRYPTO_AUTH_OP_VERIFY in test_kasumi_auth_cipher()
5491 if (verify) { in test_kasumi_auth_cipher()
5515 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_kasumi_auth_cipher()
5521 op_mode, 0, verify); in test_kasumi_auth_cipher()
5539 if (verify) { in test_kasumi_auth_cipher()
5575 if (verify) { in test_kasumi_auth_cipher()
5599 uint8_t op_mode, uint8_t verify) in test_kasumi_auth_cipher_sgl() argument
5666 (verify ? RTE_CRYPTO_CIPHER_OP_DECRYPT in test_kasumi_auth_cipher_sgl()
5668 (verify ? RTE_CRYPTO_AUTH_OP_VERIFY in test_kasumi_auth_cipher_sgl()
5696 if (verify) { in test_kasumi_auth_cipher_sgl()
5719 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_kasumi_auth_cipher_sgl()
5725 op_mode, 1, verify); in test_kasumi_auth_cipher_sgl()
5742 if (verify) { in test_kasumi_auth_cipher_sgl()
5786 if (verify) { in test_kasumi_auth_cipher_sgl()
6258 uint8_t op_mode, uint8_t verify) in test_zuc_auth_cipher() argument
6317 (verify ? RTE_CRYPTO_CIPHER_OP_DECRYPT in test_zuc_auth_cipher()
6319 (verify ? RTE_CRYPTO_AUTH_OP_VERIFY in test_zuc_auth_cipher()
6346 if (verify) { in test_zuc_auth_cipher()
6370 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_zuc_auth_cipher()
6376 op_mode, 0, verify); in test_zuc_auth_cipher()
6394 if (verify) { in test_zuc_auth_cipher()
6430 if (verify) { in test_zuc_auth_cipher()
6454 uint8_t op_mode, uint8_t verify) in test_zuc_auth_cipher_sgl() argument
6517 (verify ? RTE_CRYPTO_CIPHER_OP_DECRYPT in test_zuc_auth_cipher_sgl()
6519 (verify ? RTE_CRYPTO_AUTH_OP_VERIFY in test_zuc_auth_cipher_sgl()
6547 if (verify) { in test_zuc_auth_cipher_sgl()
6570 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_zuc_auth_cipher_sgl()
6576 op_mode, 1, verify); in test_zuc_auth_cipher_sgl()
6593 if (verify) { in test_zuc_auth_cipher_sgl()
6637 if (verify) { in test_zuc_auth_cipher_sgl()
7341 uint8_t op_mode, uint8_t verify) in test_mixed_auth_cipher() argument
7373 if (verify) in test_mixed_auth_cipher()
7414 if (verify) { in test_mixed_auth_cipher()
7443 op_mode, 0, verify); in test_mixed_auth_cipher()
7465 if (verify) { in test_mixed_auth_cipher()
7502 if (!verify) { in test_mixed_auth_cipher()
7511 if (verify) { in test_mixed_auth_cipher()
7534 uint8_t op_mode, uint8_t verify) in test_mixed_auth_cipher_sgl() argument
7583 if (verify) in test_mixed_auth_cipher_sgl()
7623 if (verify) { in test_mixed_auth_cipher_sgl()
7652 op_mode, 1, verify); in test_mixed_auth_cipher_sgl()
7674 if (verify) { in test_mixed_auth_cipher_sgl()
7722 if (!verify) { in test_mixed_auth_cipher_sgl()
7731 if (verify) { in test_mixed_auth_cipher_sgl()
9156 uint32_t verify; in test_ipsec_proto_process() local
9167 verify = flags->tunnel_hdr_verify; in test_ipsec_proto_process()
9172 if ((dir == RTE_SECURITY_IPSEC_SA_DIR_INGRESS) && verify) { in test_ipsec_proto_process()
9173 if (verify == RTE_SECURITY_IPSEC_TUNNEL_VERIFY_SRC_DST_ADDR) in test_ipsec_proto_process()
9175 else if (verify == RTE_SECURITY_IPSEC_TUNNEL_VERIFY_DST_ADDR) in test_ipsec_proto_process()