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

FreeBSD Manual Pages

  
 
  

home | help
rte_crypto_ml_kem_keyver_op(3)	     DPDK	rte_crypto_ml_kem_keyver_op(3)

NAME
       rte_crypto_ml_kem_keyver_op

SYNOPSIS
       #include	<rte_crypto_asym.h>

   Data	Fields
       enum rte_crypto_ml_kem_op_type op
       rte_crypto_param	key

Detailed Description
       PQC ML-KEM KEYVER op

       Parameters for PQC ML-KEM key verification operation

       Definition at line 840 of file rte_crypto_asym.h.

Field Documentation
   enum	rte_crypto_ml_kem_op_type op
       Op associated with key to be verified is	one of below:

        Encapsulation op

        Decapsulation op

       Definition at line 841 of file rte_crypto_asym.h.

   rte_crypto_param key
       KEM key to check.

        ek in case of encapsulation op.

        dk in case of decapsulation op.

       Definition at line 848 of file rte_crypto_asym.h.

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

Version	25.11.0			Thu Jun	11 2026	rte_crypto_ml_kem_keyver_op(3)

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

home | help