Home
last modified time | relevance | path

Searched refs:random_source (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Daes_key.h31 const RandomSource& random_source) in AesKeyFactory() argument
32 : SymmetricKeyFactory(blob_maker, random_source) {} in AesKeyFactory()
Dhmac_key.h30 const RandomSource& random_source) in HmacKeyFactory() argument
31 : SymmetricKeyFactory(blob_maker, random_source) {} in HmacKeyFactory()
Dtriple_des_key.h29 const RandomSource& random_source) in TripleDesKeyFactory() argument
30 : SymmetricKeyFactory(blob_maker, random_source) {} in TripleDesKeyFactory()
Dsymmetric_key.h32 const RandomSource& random_source) in SymmetricKeyFactory() argument
33 : SoftKeyFactoryMixin(blob_maker), random_source_(random_source) {} in SymmetricKeyFactory()