Home
last modified time | relevance | path

Searched refs:mbedtls_md_hmac_reset (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/library/
A Dpkcs5.c257 if( ( ret = mbedtls_md_hmac_reset( ctx ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
272 if( ( ret = mbedtls_md_hmac_reset( ctx ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
A Dhmac_drbg.c75 if( ( ret = mbedtls_md_hmac_reset( &ctx->md_ctx ) ) != 0 ) in mbedtls_hmac_drbg_update()
361 if( ( ret = mbedtls_md_hmac_reset( &ctx->md_ctx ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add()
A Dssl_cookie.c132 if( mbedtls_md_hmac_reset( hmac_ctx ) != 0 || in ssl_cookie_hmac()
A Dmd.c704 int mbedtls_md_hmac_reset( mbedtls_md_context_t *ctx ) in mbedtls_md_hmac_reset() function
A Dssl_msg.c677 mbedtls_md_hmac_reset( &transform->md_ctx_enc ); in mbedtls_ssl_encrypt_buf()
935 mbedtls_md_hmac_reset( &transform->md_ctx_enc ); in mbedtls_ssl_encrypt_buf()
1169 MD_CHK( mbedtls_md_hmac_reset( ctx ) ); in mbedtls_ssl_cf_hmac()
1453 mbedtls_md_hmac_reset( &transform->md_ctx_dec ); in mbedtls_ssl_decrypt_buf()
A Dssl_tls.c504 mbedtls_md_hmac_reset ( &md_ctx ); in tls_prf_generic()
508 mbedtls_md_hmac_reset ( &md_ctx ); in tls_prf_generic()
/mbedtls-development/include/mbedtls/
A Dmd.h415 int mbedtls_md_hmac_reset( mbedtls_md_context_t *ctx );
/mbedtls-development/tests/suites/
A Dtest_suite_md.function90 TEST_ASSERT( mbedtls_md_hmac_reset( NULL ) == MBEDTLS_ERR_MD_BAD_INPUT_DATA );
91 TEST_ASSERT( mbedtls_md_hmac_reset( &ctx ) == MBEDTLS_ERR_MD_BAD_INPUT_DATA );
339 TEST_ASSERT ( 0 == mbedtls_md_hmac_reset( &ctx ) );
A Dtest_suite_ssl.function4727 TEST_EQUAL( 0, mbedtls_md_hmac_reset( &ref_ctx ) );

Completed in 27 milliseconds