Macros | |
#define | MBEDTLS_PSA_ALG_AEAD_EQUAL(aead_alg_1, aead_alg_2) |
Check if two AEAD algorithm identifiers refer to the same AEAD algorithm regardless of the tag length they encode. More... | |
#define MBEDTLS_PSA_ALG_AEAD_EQUAL | ( | aead_alg_1, | |
aead_alg_2 | |||
) |
Check if two AEAD algorithm identifiers refer to the same AEAD algorithm regardless of the tag length they encode.
aead_alg_1 | An AEAD algorithm identifier. |
aead_alg_2 | An AEAD algorithm identifier. |
aead_alg_1
nor aead_alg_2
are a supported AEAD algorithm. Definition at line 2317 of file TARGET_TFM/TARGET_TFM_LATEST/include/psa/crypto_values.h.