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

  
 
  

home | help
rte_crypto_ml_kem_decap_op(3)	      DPDK	   rte_crypto_ml_kem_decap_op(3)

NAME
     rte_crypto_ml_kem_decap_op

SYNOPSIS
     #include <rte_crypto_asym.h>

   Data Fields
     rte_crypto_param cipher
     rte_crypto_param dk
     rte_crypto_param sk

Detailed Description
     PQC ML-KEM DECAP op

     Parameters for PQC ML-KEM decapsulation operation

     Definition at line 887 of file rte_crypto_asym.h.

Field Documentation
   rte_crypto_param cipher
     The cipher to be decapsulated.

     Definition at line 888 of file rte_crypto_asym.h.

   rte_crypto_param dk
     The decapsulation key.

     Definition at line 891 of file rte_crypto_asym.h.

   rte_crypto_param sk
     Pointer to output data

     * The computed shared secret key (32 bytes).

     Definition at line 894 of file rte_crypto_asym.h.

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

Version 25.11.0 		 Thu Aug 27 2026   rte_crypto_ml_kem_decap_op(3)

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

home | help