table of contents
other versions
- trixie 24.11.3-1~deb13u1
- testing 24.11.3-2
- unstable 25.11-2
- experimental 25.11-1
| rte_crypto_mod_op_param(3) | Library Functions Manual | 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 404 of file rte_crypto_asym.h.
Field Documentation¶
rte_crypto_uint base¶
Base of modular exponentiation/multiplicative inverse.
Definition at line 405 of file rte_crypto_asym.h.
rte_crypto_uint result¶
Result of modular exponentiation/multiplicative inverse.
Definition at line 407 of file rte_crypto_asym.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.2 | DPDK |