Changeset 746 for vendor/current/lib/crypto/hmacmd5.h
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/crypto/hmacmd5.h
r414 r746 26 26 typedef struct 27 27 { 28 struct MD5Contextctx;28 MD5_CTX ctx; 29 29 uint8_t k_ipad[65]; 30 30 uint8_t k_opad[65];
Note:
See TracChangeset
for help on using the changeset viewer.