Home
last modified time | relevance | path

Searched refs:cryptodev_find (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/ip_pipeline/
H A Dcryptodev.c26 cryptodev_find(const char *name) in cryptodev_find() function
63 cryptodev_find(name) || in cryptodev_create()
H A Dcryptodev.h30 cryptodev_find(const char *name);
H A Dpipeline.c305 cryptodev = cryptodev_find(params->dev_name); in pipeline_port_in_create()
581 cryptodev = cryptodev_find(params->dev_name); in pipeline_port_out_create()
H A Dcli.c1431 cryptodev = cryptodev_find(tokens[t0 + 2]); in cmd_table_action_profile()