Changeset 988 for vendor/current/lib/crypto/hmacmd5.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/crypto/hmacmd5.h
r746 r988 26 26 typedef struct 27 27 { 28 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.