mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-08 10:30:32 +00:00
Fix copypasta in documentation of an error case
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e252868be4
commit
8735343575
|
@ -1170,8 +1170,7 @@
|
||||||
*
|
*
|
||||||
* \return The tag length specified by the input algorithm.
|
* \return The tag length specified by the input algorithm.
|
||||||
* \return Unspecified if \p alg is not a supported
|
* \return Unspecified if \p alg is not a supported
|
||||||
* AEAD algorithm or if \p tag_length is not valid
|
* AEAD algorithm.
|
||||||
* for the specified AEAD algorithm.
|
|
||||||
*/
|
*/
|
||||||
#define PSA_ALG_AEAD_GET_TAG_LENGTH(aead_alg) \
|
#define PSA_ALG_AEAD_GET_TAG_LENGTH(aead_alg) \
|
||||||
(((aead_alg) & PSA_ALG_AEAD_TAG_LENGTH_MASK) >> \
|
(((aead_alg) & PSA_ALG_AEAD_TAG_LENGTH_MASK) >> \
|
||||||
|
|
Loading…
Reference in a new issue