New upstream version 18.11.2
[deb_dpdk.git] / lib / librte_cryptodev / rte_crypto_asym.h
index 5e185b2..b1c1a6c 100644 (file)
@@ -112,15 +112,15 @@ enum rte_crypto_rsa_padding_type {
        /**< RSA no padding scheme */
        RTE_CRYPTO_RSA_PKCS1_V1_5_BT0,
        /**< RSA PKCS#1 V1.5 Block Type 0 padding scheme
-        * as descibed in rfc2313
+        * as described in rfc2313
         */
        RTE_CRYPTO_RSA_PKCS1_V1_5_BT1,
        /**< RSA PKCS#1 V1.5 Block Type 01 padding scheme
-        * as descibed in rfc2313
+        * as described in rfc2313
         */
        RTE_CRYPTO_RSA_PKCS1_V1_5_BT2,
        /**< RSA PKCS#1 V1.5 Block Type 02 padding scheme
-        * as descibed in rfc2313
+        * as described in rfc2313
         */
        RTE_CRYPTO_RSA_PADDING_OAEP,
        /**< RSA PKCS#1 OAEP padding scheme */
@@ -227,7 +227,7 @@ struct rte_crypto_rsa_xform {
 /**
  * Asymmetric Modular exponentiation transform data
  *
- * Structure describing modular exponentation xform param
+ * Structure describing modular exponentiation xform param
  *
  */
 struct rte_crypto_modex_xform {
@@ -271,7 +271,7 @@ struct rte_crypto_dh_xform {
 
        rte_crypto_param p;
        /**< p : Prime modulus data
-        * DH prime modulous data in octet-string network byte order format.
+        * DH prime modulus data in octet-string network byte order format.
         *
         */