DPDK 25.11.0-rc1
Data Fields
rte_crypto_ml_kem_keyver_op Struct Reference

#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

◆ 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.

◆ 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.


The documentation for this struct was generated from the following file: