Lines Matching defs:cap
1137 const struct rte_cryptodev_symmetric_capability *cap;
1166 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1167 if (!cap) {
1173 if (rte_cryptodev_sym_capability_check_cipher(cap,
1188 const struct rte_cryptodev_symmetric_capability *cap;
1214 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1215 if (!cap) {
1221 if (rte_cryptodev_sym_capability_check_cipher(cap,
1236 const struct rte_cryptodev_symmetric_capability *cap;
1251 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1252 if (!cap) {
1258 if (rte_cryptodev_sym_capability_check_auth(cap,
1273 const struct rte_cryptodev_symmetric_capability *cap;
1293 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1294 if (!cap) {
1300 if (rte_cryptodev_sym_capability_check_aead(cap,
1319 const struct rte_cryptodev_symmetric_capability *cap;
1338 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1339 if (!cap) {
1345 if (rte_cryptodev_sym_capability_check_auth(cap,
1364 const struct rte_cryptodev_symmetric_capability *cap;
1380 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1381 if (!cap) {
1387 if (rte_cryptodev_sym_capability_check_auth(cap,
1402 const struct rte_cryptodev_symmetric_capability *cap;
1422 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1423 if (!cap) {
1429 if (rte_cryptodev_sym_capability_check_aead(cap,
1448 const struct rte_cryptodev_symmetric_capability *cap;
1461 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1462 if (!cap) {
1468 if (rte_cryptodev_sym_capability_check_auth(cap,
1483 const struct rte_cryptodev_symmetric_capability *cap;
1501 cap = rte_cryptodev_sym_capability_get(env.dev_id, &cap_idx);
1502 if (!cap) {
1508 if (rte_cryptodev_sym_capability_check_cipher(cap,
1523 const struct rte_cryptodev_asymmetric_xform_capability *cap;
1531 cap = rte_cryptodev_asym_capability_get(env.dev_id, &cap_idx);
1532 if (!cap) {
1540 if (!rte_cryptodev_asym_xform_capability_check_optype(cap,
1548 if (!rte_cryptodev_asym_xform_capability_check_optype(cap,
1632 const struct rte_cryptodev_asymmetric_xform_capability *cap;
1639 cap = rte_cryptodev_asym_capability_get(env.dev_id, &cap_idx);
1640 if (!cap) {
1648 if (!rte_cryptodev_asym_xform_capability_check_optype(cap,
1659 if (!rte_cryptodev_asym_xform_capability_check_optype(cap,
1682 const struct rte_cryptodev_asymmetric_xform_capability *cap;
1689 cap = rte_cryptodev_asym_capability_get(env.dev_id, &cap_idx);
1690 if (!cap) {
1698 if (!rte_cryptodev_asym_xform_capability_check_optype(cap,
1711 if (!rte_cryptodev_asym_xform_capability_check_optype(cap,
1732 const struct rte_cryptodev_asymmetric_xform_capability *cap;
1739 cap = rte_cryptodev_asym_capability_get(env.dev_id, &cap_idx);
1740 if (!cap) {
1753 const struct rte_cryptodev_asymmetric_xform_capability *cap;
1760 cap = rte_cryptodev_asym_capability_get(env.dev_id, &cap_idx);
1761 if (!cap) {
1983 const struct rte_cryptodev_asymmetric_xform_capability *cap;
1987 cap = rte_cryptodev_asym_capability_get(env.dev_id, &cap_idx);
1988 if (!cap) {
1994 if (cap->op_types & (1 << RTE_CRYPTO_ASYM_KE_PUB_KEY_GENERATE)) {