Searched refs:mbedtls_cipher_cmac_update (Results 1 – 4 of 4) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_cmac.function | 45 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, NULL, 16 ) == 157 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 162 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 167 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 172 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 239 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 244 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 249 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 264 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, 269 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, [all …]
|
/mbedtls-development/include/mbedtls/ |
A D | cmac.h | 110 int mbedtls_cipher_cmac_update( mbedtls_cipher_context_t *ctx,
|
/mbedtls-development/library/ |
A D | cmac.c | 225 int mbedtls_cipher_cmac_update( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_update() function 393 ret = mbedtls_cipher_cmac_update( &ctx, input, ilen ); in mbedtls_cipher_cmac()
|
A D | psa_crypto_mac.c | 347 mbedtls_cipher_cmac_update( &operation->ctx.cmac, in mac_update()
|
Completed in 6 milliseconds