pub fn PSA_ALG_AEAD_TAG_TRUNCATED_LENGTH(aead_alg: psa_algorithm_t) -> usize
Expand description

Retrieves the tag length from an aead_alg. Note: aead_alg is an AEAD algorithm, such that PSA_ALG_IS_AEAD(aead_alg) is true.