DPDK  23.03.0
rte_crypto_asym.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Cavium Networks
3  */
4 
5 #ifndef _RTE_CRYPTO_ASYM_H_
6 #define _RTE_CRYPTO_ASYM_H_
7 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 #include <string.h>
22 #include <stdint.h>
23 
24 #include <rte_memory.h>
25 #include <rte_mempool.h>
26 #include <rte_common.h>
27 
28 #include "rte_crypto_sym.h"
29 
30 struct rte_cryptodev_asym_session;
31 
33 __rte_deprecated
34 extern const char *
36 
38 extern const char *
40 
42 extern const char *
44 
45 #define RTE_CRYPTO_ASYM_FLAG_PUB_KEY_NO_PADDING RTE_BIT32(0)
46 
51 #define RTE_CRYPTO_ASYM_FLAG_SHARED_KEY_NO_PADDING RTE_BIT32(1)
52 
68  RTE_CRYPTO_EC_GROUP_SECP192R1 = 19,
69  RTE_CRYPTO_EC_GROUP_SECP224R1 = 21,
70  RTE_CRYPTO_EC_GROUP_SECP256R1 = 23,
71  RTE_CRYPTO_EC_GROUP_SECP384R1 = 24,
72  RTE_CRYPTO_EC_GROUP_SECP521R1 = 25
73 };
74 
124 };
125 
138  RTE_CRYPTO_ASYM_OP_LIST_END
139 };
140 
155 };
156 
171  RTE_CRYPTO_RSA_PADDING_TYPE_LIST_END
172 };
173 
188 };
189 
202 typedef struct rte_crypto_param_t {
203  uint8_t *data;
207  size_t length;
210 
213 
222 };
223 
229  rte_crypto_uint p;
231  rte_crypto_uint q;
233  rte_crypto_uint dP;
235  rte_crypto_uint dQ;
237  rte_crypto_uint qInv;
239 };
240 
280  uint16_t pss_saltlen;
295 };
296 
304  rte_crypto_uint n;
306  rte_crypto_uint e;
309  enum rte_crypto_rsa_priv_key_type key_type;
310 
312  union {
313  rte_crypto_uint d;
317  };
318 };
319 
327  rte_crypto_uint modulus;
329  rte_crypto_uint exponent;
331 };
332 
340  rte_crypto_uint modulus;
342 };
343 
351  rte_crypto_uint p;
353  rte_crypto_uint g;
355 };
356 
364  rte_crypto_uint p;
366  rte_crypto_uint q;
368  rte_crypto_uint g;
370  rte_crypto_uint x;
372 };
373 
381  enum rte_crypto_curve_id curve_id;
383 };
384 
391  rte_crypto_uint base;
393  rte_crypto_uint result;
395 };
396 
450  struct rte_crypto_rsa_padding padding;
452 };
453 
461  rte_crypto_uint priv_key;
475  rte_crypto_uint pub_key;
483  rte_crypto_uint shared_secret;
488 };
489 
496  rte_crypto_uint priv_key;
510  struct rte_crypto_ec_point pub_key;
519  struct rte_crypto_ec_point shared_secret;
524 };
525 
535  rte_crypto_uint k;
541  rte_crypto_uint r;
547  rte_crypto_uint s;
553  rte_crypto_uint y;
557 };
558 
566  rte_crypto_uint pkey;
575  rte_crypto_uint k;
582  rte_crypto_uint r;
587  rte_crypto_uint s;
592 };
593 
606 };
607 
620  union {
627  struct rte_crypto_modinv_xform modinv;
640  };
641 };
642 
651  union {
652  struct rte_cryptodev_asym_session *session;
656  };
657 
659  union {
660  struct rte_crypto_rsa_op_param rsa;
661  struct rte_crypto_mod_op_param modex;
662  struct rte_crypto_mod_op_param modinv;
663  struct rte_crypto_dh_op_param dh;
664  struct rte_crypto_ecdh_op_param ecdh;
665  struct rte_crypto_dsa_op_param dsa;
666  struct rte_crypto_ecdsa_op_param ecdsa;
667  struct rte_crypto_ecpm_op_param ecpm;
668  };
669  uint16_t flags;
674 };
675 
676 #ifdef __cplusplus
677 }
678 #endif
679 
680 #endif /* _RTE_CRYPTO_ASYM_H_ */
rte_crypto_curve_id
rte_crypto_param cipher
rte_crypto_rsa_padding_type
const char * rte_crypto_asym_ke_strings[]
rte_crypto_param message
uint64_t rte_iova_t
Definition: rte_common.h:458
rte_crypto_asym_xform_type
rte_crypto_uint shared_secret
struct rte_crypto_asym_xform * xform
rte_crypto_rsa_priv_key_type
__rte_deprecated const char * rte_crypto_asym_xform_strings[]
rte_crypto_param message
rte_crypto_asym_op_type
rte_crypto_uint priv_key
rte_crypto_param rte_crypto_uint
rte_crypto_uint pub_key
rte_crypto_uint exponent
rte_crypto_asym_ke_type
const char * rte_crypto_asym_op_strings[]
rte_crypto_uint modulus
rte_crypto_param oaep_label
enum rte_crypto_asym_xform_type xform_type
#define RTE_STD_C11
Definition: rte_common.h:39
rte_crypto_uint p
rte_crypto_auth_algorithm
struct rte_crypto_asym_xform * next
struct rte_cryptodev_asym_session * session
rte_crypto_uint g
struct rte_crypto_param_t rte_crypto_param
rte_crypto_param y
rte_crypto_param x