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

  
 
  

home | help
rte_crypto_mod_op_param(3)	      DPDK	      rte_crypto_mod_op_param(3)

NAME
     rte_crypto_mod_op_param

SYNOPSIS
     #include <rte_crypto_asym.h>

   Data Fields
     rte_crypto_uint base
     rte_crypto_uint result

Detailed Description
     Operations params for modular operations: exponentiation and multiplicative
     inverse

     Definition at line 434 of file rte_crypto_asym.h.

Field Documentation
   rte_crypto_uint base
     Base of modular exponentiation/multiplicative inverse.

     Definition at line 435 of file rte_crypto_asym.h.

   rte_crypto_uint result
     Result of modular exponentiation/multiplicative inverse.

     Definition at line 437 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_mod_op_param(3)

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

home | help