Searched refs:lsapi_MD5Context (Results 1 – 1 of 1) sorted by relevance
94 struct lsapi_MD5Context { struct100 void lsapi_MD5Init(struct lsapi_MD5Context *context); argument101 void lsapi_MD5Update(struct lsapi_MD5Context *context, unsigned char const *buf,103 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *context);108 typedef struct lsapi_MD5Context lsapi_MD5_CTX;3361 void lsapi_MD5Init(struct lsapi_MD5Context *ctx) in lsapi_MD5Init()3376 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()3424 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *ctx) in lsapi_MD5Final()
Completed in 20 milliseconds