Add a third default.
[oweals/gnunet.git] / src / util / crypto_hkdf.c
index c2b96778a6e1284161bdc06effc2313b4efc2c25..2b9387357a5f28bbe85a05e3b2df27907e4a2b43 100644 (file)
@@ -275,10 +275,10 @@ hkdf_ok:
  * @param xtr_algo hash algorithm for the extraction phase, GCRY_MD_...
  * @param prf_algo hash algorithm for the expansion phase, GCRY_MD_...
  * @param xts salt
- * @param xts_len length of xts
+ * @param xts_len length of @a xts
  * @param skm source key material
- * @param skm_len length of skm
- * @return GNUNET_YES on success
+ * @param skm_len length of @a skm
+ * @return #GNUNET_YES on success
  */
 int
 GNUNET_CRYPTO_hkdf (void *result, size_t out_len, int xtr_algo, int prf_algo,