Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_cmac.function36 TEST_ASSERT( mbedtls_cipher_cmac_starts( NULL, test_key, 128 ) ==
39 TEST_ASSERT( mbedtls_cipher_cmac_starts( &ctx, NULL, 128 ) ==
164 TEST_ASSERT( mbedtls_cipher_cmac_starts( &ctx,
254 TEST_ASSERT( mbedtls_cipher_cmac_starts( &ctx,
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcmac.h70 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx,
/net-tools-latest/mbedtls-2.4.0/library/
Dcmac.c202 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_starts() function
405 ret = mbedtls_cipher_cmac_starts( &ctx, key, keylen ); in mbedtls_cipher_cmac()