Home
last modified time | relevance | path

Searched refs:update_func (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dmd.c258 return( ctx->md_info->update_func( ctx->md_ctx, input, ilen ) ); in mbedtls_md_update()
302 if( ( ret = md_info->update_func( ctx.md_ctx, buf, n ) ) != 0 ) in mbedtls_md_file()
333 if( ( ret = ctx->md_info->update_func( ctx->md_ctx, key, keylen ) ) != 0 ) in mbedtls_md_hmac_starts()
356 if( ( ret = ctx->md_info->update_func( ctx->md_ctx, ipad, in mbedtls_md_hmac_starts()
371 return( ctx->md_info->update_func( ctx->md_ctx, input, ilen ) ); in mbedtls_md_hmac_update()
389 if( ( ret = ctx->md_info->update_func( ctx->md_ctx, opad, in mbedtls_md_hmac_finish()
392 if( ( ret = ctx->md_info->update_func( ctx->md_ctx, tmp, in mbedtls_md_hmac_finish()
410 return( ctx->md_info->update_func( ctx->md_ctx, ipad, in mbedtls_md_hmac_reset()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dmd_internal.h65 int (*update_func)( void *ctx, const unsigned char *input, size_t ilen ); member

Completed in 3 milliseconds