ConnectX-7: mlx5 crypto PMD verify failed

Hi, I’m trying to test dpdk-ipsec on ConnectX-7.

First, refer to https://doc.dpdk.org/guides/cryptodevs/mlx5.html#driver-options, I tried to verify mlx5 crypto PMD by dpdk-test, but failed.

Logs are as the following, got error messages “…CRYPTO_LOGIN failed…”

My test wcs_file is as the following , it should be not correct, but how to know the correct contents?
~# cat -n credential
1 00
2 00
3 00
4 00
5 00
6 00
7 00
8 00
9 00
10 00
11 00
12 00
13 00
14 00
15 00
16 00
17 00
18 00
19 00
20 00
21 00
22 00
23 00
24 00
25 00
26 00
27 00
28 00
29 00
30 00
31 00
32 00
33 00
34 00
35 00
36 00
37 00
38 00
39 00
40 00
41 00
42 00
43 00
44 00
45 00
46 00
47 00
48 00

My Question: How to verify mlx5 crypto PMD on ConnectX-7 correctly?

Update more information for my testing device:

MLNX_OFED ver: 24.04-0.6.6.0
DPDK ver: 22.11
PN: MCX75310AAC-NEAT
fw_ver: 28.41.1000 (from ibv_devinfo)
link_layer: Ethernet (from ibv_devinfo)

Thanks