Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_cmac_starts (Results 1 – 4 of 4) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_cmac.function36 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,
/mbedtls-development/include/mbedtls/
A Dcmac.h91 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx,
/mbedtls-development/library/
A Dcmac.c185 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_starts() function
389 ret = mbedtls_cipher_cmac_starts( &ctx, key, keylen ); in mbedtls_cipher_cmac()
A Dpsa_crypto_mac.c195 ret = mbedtls_cipher_cmac_starts( &operation->ctx.cmac, in cmac_setup()

Completed in 6 milliseconds