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.h32 const RandomSource* random_source) : in AesKeyFactory() argument
33 SymmetricKeyFactory(blob_maker, random_source) {} in AesKeyFactory()
Dhmac_key.h31 const RandomSource* random_source) : in HmacKeyFactory() argument
32 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.h33 const RandomSource* random_source) : in SymmetricKeyFactory() argument
35 random_source_(*random_source) {} in SymmetricKeyFactory()