Searched refs:mbedtls_cipher_cmac_reset (Results 1 – 3 of 3) sorted by relevance
145 int mbedtls_cipher_cmac_reset( mbedtls_cipher_context_t *ctx );
54 TEST_ASSERT( mbedtls_cipher_cmac_reset( NULL ) ==257 TEST_ASSERT( mbedtls_cipher_cmac_reset( &ctx ) == 0 );
354 int mbedtls_cipher_cmac_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_cmac_reset() function
Completed in 5 milliseconds