Searched refs:salt_len (Results 1 – 1 of 1) sorted by relevance
9152 int salt_len, i, ret = TEST_SUCCESS; in test_ipsec_proto_process() local9298 salt_len = RTE_MIN(sizeof(ipsec_xform.salt), td[0].salt.len); in test_ipsec_proto_process()9299 memcpy(&ipsec_xform.salt, td[0].salt.data, salt_len); in test_ipsec_proto_process()