Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_cmac_update (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_cmac.function30 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, test_data, 16 ) ==
42 TEST_ASSERT( mbedtls_cipher_cmac_update( NULL, test_data, 16 ) ==
45 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, NULL, 16 ) ==
171 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
176 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
181 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
186 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
263 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
268 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
273 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx,
[all …]
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dcmac.h87 int mbedtls_cipher_cmac_update( mbedtls_cipher_context_t *ctx,
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dcmac.c242 int mbedtls_cipher_cmac_update( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_update() function
409 ret = mbedtls_cipher_cmac_update( &ctx, input, ilen ); in mbedtls_cipher_cmac()