Searched refs:mbedtls_cipher_cmac_starts (Results 1 – 3 of 3) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/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 ) == 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/ |
D | cmac.h | 70 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx,
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | cmac.c | 202 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()
|