Searched refs:RandomSource (Results 1 – 9 of 9) sorted by relevance
25 class RandomSource; variable34 explicit SecureDeletionSecretStorage(const RandomSource& random) : random_(random) {} in SecureDeletionSecretStorage()95 const RandomSource& random_;
25 class RandomSource {27 virtual ~RandomSource() {} in ~RandomSource()
28 class RandomSource; variable97 const KeymasterKeyBlob& master_key, const RandomSource& random);
32 const RandomSource& random_source) in SymmetricKeyFactory()72 const RandomSource& random_source_;
24 class SoftwareRandomSource : public RandomSource {
33 const RandomSource& random_source) in AesKeyFactory()
32 const RandomSource& random_source) in HmacKeyFactory()
31 const RandomSource& random_source) in TripleDesKeyFactory()
42 KmErrorOr<Buffer> generate_nonce(const RandomSource& random, size_t size) { in generate_nonce()306 const KeymasterKeyBlob& master_key, const RandomSource& random) { in EncryptKey()