Searched refs:random_source (Results 1 – 4 of 4) sorted by relevance
31 const RandomSource& random_source) in AesKeyFactory() argument32 : SymmetricKeyFactory(blob_maker, random_source) {} in AesKeyFactory()
30 const RandomSource& random_source) in HmacKeyFactory() argument31 : SymmetricKeyFactory(blob_maker, random_source) {} in HmacKeyFactory()
29 const RandomSource& random_source) in TripleDesKeyFactory() argument30 : SymmetricKeyFactory(blob_maker, random_source) {} in TripleDesKeyFactory()
32 const RandomSource& random_source) in SymmetricKeyFactory() argument33 : SoftKeyFactoryMixin(blob_maker), random_source_(random_source) {} in SymmetricKeyFactory()