Searched refs:mbedtls_cipher_cmac_starts (Results 1 – 4 of 4) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cmac.function | 36 TEST_ASSERT( mbedtls_cipher_cmac_starts( NULL, test_key, 128 ) == 39 TEST_ASSERT( mbedtls_cipher_cmac_starts( &ctx, NULL, 128 ) == 150 TEST_ASSERT( mbedtls_cipher_cmac_starts( &ctx, 230 TEST_ASSERT( mbedtls_cipher_cmac_starts( &ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | cmac.h | 91 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | cmac.c | 197 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_starts() function 401 ret = mbedtls_cipher_cmac_starts( &ctx, key, keylen ); in mbedtls_cipher_cmac()
|
D | psa_crypto.c | 3201 ret = mbedtls_cipher_cmac_starts( &operation->ctx.cmac, in psa_cmac_setup()
|