Home
last modified time | relevance | path

Searched refs:cmac (Results 1 – 10 of 10) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/include/psa/
Dcrypto_struct.h153 mbedtls_cipher_context_t cmac; member
/openthread-2.7.6/third_party/mbedtls/
DBUILD.gn67 "repo/include/mbedtls/cmac.h",
144 "repo/library/cmac.c",
DMakefile.am68 repo/library/cmac.c \
/openthread-2.7.6/third_party/mbedtls/repo/library/
DMakefile86 cmac.o \
DCMakeLists.txt29 cmac.c
Dpsa_crypto.c3107 mbedtls_cipher_init( &operation->ctx.cmac ); in psa_mac_init()
3152 mbedtls_cipher_free( &operation->ctx.cmac ); in psa_mac_abort()
3197 ret = mbedtls_cipher_setup( &operation->ctx.cmac, cipher_info ); in psa_cmac_setup()
3201 ret = mbedtls_cipher_cmac_starts( &operation->ctx.cmac, in psa_cmac_setup()
3422 int ret = mbedtls_cipher_cmac_update( &operation->ctx.cmac, in psa_mac_update()
3503 int ret = mbedtls_cipher_cmac_finish( &operation->ctx.cmac, tmp ); in psa_mac_finish_internal()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt52 #include "mbedtls/cmac.h"
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cmac.function3 #include "mbedtls/cmac.h"
/openthread-2.7.6/third_party/mbedtls/repo/tests/
DCMakeLists.txt105 add_test_suite(cmac)
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog1402 * Fix a spurious uninitialized variable warning in cmac.c. Fix independently