Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_cryptodev_capabilities(3)	     DPDK	 rte_cryptodev_capabilities(3)

NAME
       rte_cryptodev_capabilities

SYNOPSIS
       #include	<rte_cryptodev.h>

   Data	Fields
       enum rte_crypto_op_type op
       struct rte_cryptodev_symmetric_capability sym
       struct rte_cryptodev_asymmetric_capability asym

Detailed Description
       Structure used to capture a capability of a crypto device

       Definition at line 215 of file rte_cryptodev.h.

Field Documentation
   enum	rte_crypto_op_type op
       Operation type

       Definition at line 216 of file rte_cryptodev.h.

   struct rte_cryptodev_symmetric_capability sym
       Symmetric operation capability parameters

       Definition at line 220 of file rte_cryptodev.h.

   struct rte_cryptodev_asymmetric_capability asym
       Asymmetric operation capability parameters

       Definition at line 222 of file rte_cryptodev.h.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026	 rte_cryptodev_capabilities(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_cryptodev_capabilities&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help