mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_cipher_cmac_starts() from the following samples and libraries:
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

\c 0 on success. A cipher-specific error code on failure.

Notes

When the CMAC implementation is supplied by an alternate implementation (through #MBEDTLS_CMAC_ALT), some ciphers may not be supported by that implementation, and thus return an error. Alternate implementations must support AES-128 and AES-256, and may support AES-192 and 3DES.

References

from 0/1 examples