PSA_ALG_AT_LEAST_THIS_LENGTH_MAC is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

The corresponding MAC wildcard algorithm with the specified minimum length. Unspecified if \p mac_alg is not a supported MAC algorithm or if \p min_mac_length is less than 1 or too large for the specified MAC algorithm.

Notes

When setting the minimum required MAC length to less than the smallest MAC length allowed by the base algorithm, this effectively becomes an 'any-MAC-length-allowed' policy for that base algorithm.

References