mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-27 10:11:12 +00:00
Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
607c0af246
commit
359411fd07
|
@ -1182,8 +1182,8 @@
|
||||||
*
|
*
|
||||||
* \return 1 if the base both arguments correspond to the same base
|
* \return 1 if the base both arguments correspond to the same base
|
||||||
* algorithm, 0 otherwise.
|
* algorithm, 0 otherwise.
|
||||||
* Unspecified if \p aead_alg_1 or \p aead_alg_2 are not
|
* Unspecified if neither \p aead_alg_1 nor \p aead_alg_2 are
|
||||||
* supported AEAD algorithms.
|
* a supported AEAD algorithm.
|
||||||
*/
|
*/
|
||||||
#define PSA_ALG_AEAD_IS_BASE_EQUAL(aead_alg_1, aead_alg_2) \
|
#define PSA_ALG_AEAD_IS_BASE_EQUAL(aead_alg_1, aead_alg_2) \
|
||||||
(!(((aead_alg_1) ^ (aead_alg_2)) & \
|
(!(((aead_alg_1) ^ (aead_alg_2)) & \
|
||||||
|
|
Loading…
Reference in a new issue