Home
last modified time | relevance | path

Searched refs:finish_func (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dmd.c266 return( ctx->md_info->finish_func( ctx->md_ctx, output ) ); in mbedtls_md_finish()
308 ret = md_info->finish_func( ctx.md_ctx, output ); in mbedtls_md_file()
335 if( ( ret = ctx->md_info->finish_func( ctx->md_ctx, sum ) ) != 0 ) in mbedtls_md_hmac_starts()
385 if( ( ret = ctx->md_info->finish_func( ctx->md_ctx, tmp ) ) != 0 ) in mbedtls_md_hmac_finish()
395 return( ctx->md_info->finish_func( ctx->md_ctx, output ) ); in mbedtls_md_hmac_finish()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dmd_internal.h68 int (*finish_func)( void *ctx, unsigned char *output ); member
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.c802 awss_protocol_finish_func_type finish_func = in ieee80211_data_extract() local
804 if (finish_func) in ieee80211_data_extract()
805 pkt_type = finish_func(res); in ieee80211_data_extract()

Completed in 6 milliseconds