Home
last modified time | relevance | path

Searched refs:Entropy (Results 1 – 9 of 9) sorted by relevance

/system/security/keystore/
Dentropy.cpp31 Entropy::~Entropy() { in ~Entropy()
37 bool Entropy::open() { in open()
47 bool Entropy::generate_random_data(uint8_t* data, size_t size) const { in generate_random_data()
Duser_state.h50 ResponseCode initialize(const android::String8& pw, Entropy* entropy);
54 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy);
55 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy);
71 bool generateSalt(Entropy* entropy);
72 bool generateMasterKey(Entropy* entropy);
Dentropy.h22 class Entropy {
24 Entropy() : mRandom(-1) {} in Entropy() function
25 ~Entropy();
Duser_state.cpp81 ResponseCode UserState::initialize(const android::String8& pw, Entropy* entropy) { in initialize()
135 ResponseCode UserState::writeMasterKey(const android::String8& pw, Entropy* entropy) { in writeMasterKey()
144 ResponseCode UserState::readMasterKey(const android::String8& pw, Entropy* entropy) { in readMasterKey()
246 bool UserState::generateSalt(Entropy* entropy) { in generateSalt()
250 bool UserState::generateMasterKey(Entropy* entropy) { in generateMasterKey()
Dblob.h76 class Entropy; variable
111 ResponseCode writeBlob(const char* filename, AES_KEY* aes_key, State state, Entropy* entropy);
Dkeystore.h40 KeyStore(Entropy* entropy, const km_device_t& device, const km_device_t& fallback,
132 Entropy* mEntropy;
Dkeystore_main.cpp62 Entropy entropy; in main()
Dblob.cpp107 Entropy* entropy) { in writeBlob()
Dkeystore.cpp43 KeyStore::KeyStore(Entropy* entropy, const km_device_t& device, const km_device_t& fallback, in KeyStore()