Searched refs:mbedtls_cipher_cmac_reset (Results 1 – 3 of 3) sorted by relevance
115 int mbedtls_cipher_cmac_reset( mbedtls_cipher_context_t *ctx );
54 TEST_ASSERT( mbedtls_cipher_cmac_reset( NULL ) ==281 TEST_ASSERT( mbedtls_cipher_cmac_reset( &ctx ) == 0 );
370 int mbedtls_cipher_cmac_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_cmac_reset() function