Updated doxygen documentation in header files and HTML pages
diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h
index 4ff4747..b71a90c 100644
--- a/include/polarssl/pk.h
+++ b/include/polarssl/pk.h
@@ -184,7 +184,7 @@
/**
* \brief Return information associated with the given PK type
*
- * \param type PK type to search for.
+ * \param pk_type PK type to search for.
*
* \return The PK info associated with the type or NULL if not found.
*/
@@ -321,6 +321,8 @@
* \param output Decrypted output
* \param olen Decrypted message lenght
* \param osize Size of the output buffer
+ * \param f_rng RNG function
+ * \param p_rng RNG parameter
*
* \return 0 on success, or a specific error code.
*/
@@ -338,6 +340,8 @@
* \param output Encrypted output
* \param olen Encrypted output length
* \param osize Size of the output buffer
+ * \param f_rng RNG function
+ * \param p_rng RNG parameter
*
* \return 0 on success, or a specific error code.
*/