Searched refs:crypto_cap (Results 1 – 1 of 1) sorted by relevance
8514 const struct rte_cryptodev_capabilities *crypto_cap; in test_docsis_proto_uplink() local8528 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() local8705 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()[all …]