Lines Matching refs:param2
67 alg_list[index].param2 = NULL; in test_ipsec_alg_list_populate()
74 alg_list[index].param2 = &auth_list[j]; in test_ipsec_alg_list_populate()
87 ah_alg_list[index].param2 = NULL; in test_ipsec_ah_alg_list_populate()
95 ah_alg_list[index].param2 = &auth_list[i]; in test_ipsec_ah_alg_list_populate()
370 const struct crypto_param *param2, in test_ipsec_td_prepare() argument
429 param2->alg.auth; in test_ipsec_td_prepare()
431 param2->key_length; in test_ipsec_td_prepare()
433 param2->digest_length; in test_ipsec_td_prepare()
437 param2->iv_length; in test_ipsec_td_prepare()
547 const struct crypto_param *param2) in test_ipsec_display_alg() argument
564 rte_crypto_auth_algorithm_strings[param2->alg.auth]); in test_ipsec_display_alg()
565 if (param2->alg.auth != RTE_CRYPTO_AUTH_NULL) in test_ipsec_display_alg()
566 printf(" [%dB ICV]", param2->digest_length); in test_ipsec_display_alg()