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

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5-internal.c20 typedef struct MD5Context MD5_CTX;
60 * MD5Context structure, pass it to MD5Init, call MD5Update as
87 void MD5Init(struct MD5Context *ctx)
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
150 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dcrypto_internal.c22 struct MD5Context md5;
/netbsd-current/sys/sys/
H A Dmd5.h42 typedef struct MD5Context { struct
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmd5.h53 typedef struct MD5Context { struct
/netbsd-current/sys/netinet/
H A Dsctp_hashdriver.c73 MD5Context context;
160 MD5Context context;
173 MD5Context tctx;
/netbsd-current/external/bsd/iscsi/dist/include/
H A Dparameters.h44 typedef struct MD5Context MD5Context_t;

Completed in 382 milliseconds