Home
last modified time | relevance | path

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

/include/u-boot/
A Dmd5.h20 typedef mbedtls_md5_context MD5Context; typedef
22 typedef struct MD5Context { struct
29 } MD5Context; argument
32 void MD5Init(MD5Context *ctx);
33 void MD5Update(MD5Context *ctx, unsigned char const *buf, unsigned int len);
34 void MD5Final(unsigned char digest[16], MD5Context *ctx);

Completed in 3 milliseconds