Chromium Code Reviews| Index: crypto/hmac.h |
| =================================================================== |
| --- crypto/hmac.h (revision 103793) |
| +++ crypto/hmac.h (working copy) |
| @@ -78,6 +78,8 @@ |
| DISALLOW_COPY_AND_ASSIGN(HMAC); |
| }; |
| +bool SecureMemcmp(const void* s1, const void* s2, size_t n); |
|
wtc
2011/10/04 00:32:10
This function is not related to HMAC. We should c
|
| + |
| } // namespace crypto |
| #endif // CRYPTO_HMAC_H_ |