DPDK
23.07.0
|
#include <rte_crypto_asym.h>
SM2 operation params.
Definition at line 658 of file rte_crypto_asym.h.
enum rte_crypto_asym_op_type op_type |
Signature generation or verification.
Definition at line 659 of file rte_crypto_asym.h.
rte_crypto_uint pkey |
Private key for encryption or sign generation.
Definition at line 662 of file rte_crypto_asym.h.
struct rte_crypto_ec_point q |
Public key for decryption or verification.
Definition at line 665 of file rte_crypto_asym.h.
rte_crypto_param message |
Pointer to input data
Pointer to output data
Definition at line 668 of file rte_crypto_asym.h.
rte_crypto_param cipher |
Pointer to input data
Pointer to output data
Definition at line 683 of file rte_crypto_asym.h.
The SM2 id used by signer and verifier.
Definition at line 698 of file rte_crypto_asym.h.
The SM2 per-message secret number, which is an integer in the interval (1, n-1). If the random number is generated by the PMD, the 'rte_crypto_param.data' parameter should be set to NULL.
Definition at line 701 of file rte_crypto_asym.h.
r component of elliptic curve signature output : for signature generation (of at least N bytes where prime field length is N bytes) input : for signature verification
Definition at line 708 of file rte_crypto_asym.h.
s component of elliptic curve signature output : for signature generation (of at least N bytes where prime field length is N bytes) input : for signature verification
Definition at line 714 of file rte_crypto_asym.h.