Searched refs:RandomSource (Results 1 – 8 of 8) sorted by relevance
25 class RandomSource {27 virtual ~RandomSource() {} in ~RandomSource()
27 class RandomSource; variable66 const RandomSource& random, keymaster_error_t* error);
32 const RandomSource& random_source) in SymmetricKeyFactory()72 const RandomSource& random_source_;
24 class SoftwareRandomSource : public RandomSource {
31 const RandomSource& random_source) in AesKeyFactory()
30 const RandomSource& random_source) in HmacKeyFactory()
29 const RandomSource& random_source) in TripleDesKeyFactory()
39 Buffer generate_nonce(const RandomSource& random, size_t size, keymaster_error_t* error) { in generate_nonce()293 const RandomSource& random, keymaster_error_t* error) { in EncryptKey()