Lines Matching defs:cryptodev
16 #include "cryptodev.h"
732 "cryptodev <cryptodev_name>\n"
764 "cryptodev");
1361 struct cryptodev *cryptodev;
1371 cryptodev = cryptodev_find(tokens[t0 + 2]);
1372 if (cryptodev == NULL) {
1378 p.sym_crypto.cryptodev_id = cryptodev->dev_id;
1387 p.sym_crypto.mp_create = cryptodev->mp_create;
1388 p.sym_crypto.mp_init = cryptodev->mp_init;
1485 " | cryptodev <cryptodev_name> rxq <queue_id>\n"
1646 } else if (strcmp(tokens[t0], "cryptodev") == 0) {
1649 "pipeline port in cryptodev");
1662 p.cryptodev.arg_callback = NULL;
1663 p.cryptodev.f_callback = NULL;
1712 " | cryptodev <cryptodev_name> txq <txq_id> offset <crypto_op_offset>\n";
1837 } else if (strcmp(tokens[6], "cryptodev") == 0) {
1840 "pipeline port out cryptodev");
1850 "pipeline port out cryptodev");
1854 if (parser_read_uint16(&p.cryptodev.queue_id, tokens[9])
1862 "pipeline port out cryptodev");
1866 if (parser_read_uint32(&p.cryptodev.op_offset, tokens[11])
6033 if (strcmp(tokens[0], "cryptodev") == 0) {
6340 if (strcmp(tokens[0], "cryptodev") == 0) {