Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_md5.h31 typedef void (* Curl_MD5_update_func)(void *context, typedef
38 Curl_MD5_update_func md5_update_func; /* Update context with data */
Dmd5.c502 CURLX_FUNCTION_CAST(Curl_MD5_update_func, MD5_Update),