mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-26 03:35:29 +00:00
Fix Doxygen comments to pass clang -Wdocumentation
This commit is contained in:
parent
1e7d8f1b09
commit
36a74b71a0
|
@ -711,7 +711,7 @@ typedef struct psa_hash_operation_s psa_hash_operation_t;
|
||||||
* - A failed call to psa_hash_update().
|
* - A failed call to psa_hash_update().
|
||||||
* - A call to psa_hash_finish(), psa_hash_verify() or psa_hash_abort().
|
* - A call to psa_hash_finish(), psa_hash_verify() or psa_hash_abort().
|
||||||
*
|
*
|
||||||
* \param operation
|
* \param operation The operation object to use.
|
||||||
* \param alg The hash algorithm to compute (\c PSA_ALG_XXX value
|
* \param alg The hash algorithm to compute (\c PSA_ALG_XXX value
|
||||||
* such that #PSA_ALG_IS_HASH(alg) is true).
|
* such that #PSA_ALG_IS_HASH(alg) is true).
|
||||||
*
|
*
|
||||||
|
@ -904,7 +904,7 @@ typedef struct psa_mac_operation_s psa_mac_operation_t;
|
||||||
* - A failed call to psa_mac_update().
|
* - A failed call to psa_mac_update().
|
||||||
* - A call to psa_mac_finish(), psa_mac_verify() or psa_mac_abort().
|
* - A call to psa_mac_finish(), psa_mac_verify() or psa_mac_abort().
|
||||||
*
|
*
|
||||||
* \param operation
|
* \param operation The operation object to use.
|
||||||
* \param alg The MAC algorithm to compute (\c PSA_ALG_XXX value
|
* \param alg The MAC algorithm to compute (\c PSA_ALG_XXX value
|
||||||
* such that #PSA_ALG_IS_MAC(alg) is true).
|
* such that #PSA_ALG_IS_MAC(alg) is true).
|
||||||
*
|
*
|
||||||
|
@ -980,7 +980,7 @@ typedef struct psa_cipher_operation_s psa_cipher_operation_t;
|
||||||
* or psa_cipher_update().
|
* or psa_cipher_update().
|
||||||
* - A call to psa_cipher_finish() or psa_cipher_abort().
|
* - A call to psa_cipher_finish() or psa_cipher_abort().
|
||||||
*
|
*
|
||||||
* \param operation
|
* \param operation The operation object to use.
|
||||||
* \param alg The cipher algorithm to compute (\c PSA_ALG_XXX value
|
* \param alg The cipher algorithm to compute (\c PSA_ALG_XXX value
|
||||||
* such that #PSA_ALG_IS_CIPHER(alg) is true).
|
* such that #PSA_ALG_IS_CIPHER(alg) is true).
|
||||||
*
|
*
|
||||||
|
@ -1027,7 +1027,7 @@ psa_status_t psa_encrypt_setup(psa_cipher_operation_t *operation,
|
||||||
* - A failed call to psa_cipher_update().
|
* - A failed call to psa_cipher_update().
|
||||||
* - A call to psa_cipher_finish() or psa_cipher_abort().
|
* - A call to psa_cipher_finish() or psa_cipher_abort().
|
||||||
*
|
*
|
||||||
* \param operation
|
* \param operation The operation object to use.
|
||||||
* \param alg The cipher algorithm to compute (\c PSA_ALG_XXX value
|
* \param alg The cipher algorithm to compute (\c PSA_ALG_XXX value
|
||||||
* such that #PSA_ALG_IS_CIPHER(alg) is true).
|
* such that #PSA_ALG_IS_CIPHER(alg) is true).
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue