Lines Matching refs:crypto_cap
8514 const struct rte_cryptodev_capabilities *crypto_cap; in test_docsis_proto_uplink() local
8526 while ((crypto_cap = &sec_cap->crypto_capabilities[j++])->op != in test_docsis_proto_uplink()
8528 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_SYMMETRIC && in test_docsis_proto_uplink()
8529 crypto_cap->sym.xform_type == in test_docsis_proto_uplink()
8531 crypto_cap->sym.cipher.algo == in test_docsis_proto_uplink()
8533 sym_cap = &crypto_cap->sym; in test_docsis_proto_uplink()
8541 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_UNDEFINED) in test_docsis_proto_uplink()
8690 const struct rte_cryptodev_capabilities *crypto_cap; in test_docsis_proto_downlink() local
8702 while ((crypto_cap = &sec_cap->crypto_capabilities[j++])->op != in test_docsis_proto_downlink()
8704 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_SYMMETRIC && in test_docsis_proto_downlink()
8705 crypto_cap->sym.xform_type == in test_docsis_proto_downlink()
8707 crypto_cap->sym.cipher.algo == in test_docsis_proto_downlink()
8709 sym_cap = &crypto_cap->sym; in test_docsis_proto_downlink()
8717 if (crypto_cap->op == RTE_CRYPTO_OP_TYPE_UNDEFINED) in test_docsis_proto_downlink()