|
Page Speed Optimization Libraries
1.13.35.1
|
#include "input_file_nonce_generator.h"
Public Member Functions | |
| InputFileNonceGenerator (FileSystem::InputFile *file, FileSystem *file_system, AbstractMutex *mutex, MessageHandler *handler) | |
| Takes ownership of file and mutex, but not of handler or file_system. | |
Public Member Functions inherited from net_instaweb::NonceGenerator | |
| uint64 | NewNonce () |
| Generate a fresh, ideally cryptographic, nonce. Thread-safe. | |
Protected Member Functions | |
| virtual uint64 | NewNonceImpl () |
| Subclasses must implement this method. Locking is already handled. | |
Protected Member Functions inherited from net_instaweb::NonceGenerator | |
| NonceGenerator (AbstractMutex *mutex) | |
| Takes ownership of mutex. | |
Implements a NonceGenerator that simply draws data from a cryptographic file such as /dev/urandom.
1.8.6