Lines Matching refs:crypto_cap
10259 const struct rte_cryptodev_capabilities *crypto_cap; in test_docsis_proto_uplink() local
10280 while ((crypto_cap = &sec_cap->crypto_capabilities[j++])->op != in test_docsis_proto_uplink()
10282 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_SYMMETRIC && in test_docsis_proto_uplink()
10283 crypto_cap->sym.xform_type == in test_docsis_proto_uplink()
10285 crypto_cap->sym.cipher.algo == in test_docsis_proto_uplink()
10287 sym_cap = &crypto_cap->sym; in test_docsis_proto_uplink()
10295 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_UNDEFINED) in test_docsis_proto_uplink()
10444 const struct rte_cryptodev_capabilities *crypto_cap; in test_docsis_proto_downlink() local
10465 while ((crypto_cap = &sec_cap->crypto_capabilities[j++])->op != in test_docsis_proto_downlink()
10467 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_SYMMETRIC && in test_docsis_proto_downlink()
10468 crypto_cap->sym.xform_type == in test_docsis_proto_downlink()
10470 crypto_cap->sym.cipher.algo == in test_docsis_proto_downlink()
10472 sym_cap = &crypto_cap->sym; in test_docsis_proto_downlink()
10480 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_UNDEFINED) in test_docsis_proto_downlink()