]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix copy-paste errors in function comments
authorSean Parkinson <sean@wolfssl.com>
Mon, 16 Oct 2017 05:45:09 +0000 (15:45 +1000)
committerJouni Malinen <j@w1.fi>
Sun, 24 Dec 2017 15:03:07 +0000 (17:03 +0200)
Use correct function names for the documentation.

Signed-off-by: Sean Parkinson <sean@wolfssl.com>
src/crypto/crypto.h

index a723201e1198cb3782bec5c87223f109f94446c5..2659cd9464080f34c07efa8d63a6d022c8ae8d7a 100644 (file)
@@ -749,7 +749,7 @@ struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e,
                                                  const u8 *val);
 
 /**
- * crypto_bignum_add - c = a + b
+ * crypto_ec_point_add - c = a + b
  * @e: EC context from crypto_ec_init()
  * @a: Bignum
  * @b: Bignum
@@ -761,7 +761,7 @@ int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
                        struct crypto_ec_point *c);
 
 /**
- * crypto_bignum_mul - res = b * p
+ * crypto_ec_point_mul - res = b * p
  * @e: EC context from crypto_ec_init()
  * @p: EC point
  * @b: Bignum