Searched refs:priv_sz (Results 1 – 1 of 1) sorted by relevance
1803 unsigned int priv_sz, max_priv_sz = 0; in rte_cryptodev_asym_session_pool_create() local1807 priv_sz = rte_cryptodev_asym_get_private_session_size(dev_id); in rte_cryptodev_asym_session_pool_create()1808 if (priv_sz > max_priv_sz) in rte_cryptodev_asym_session_pool_create()1809 max_priv_sz = priv_sz; in rte_cryptodev_asym_session_pool_create()