Home | History | Annotate | Download | only in keystore

Lines Matching refs:entropy

28 #include "entropy.h"
50 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);
70 bool generateSalt(Entropy* entropy);
71 bool generateMasterKey(Entropy* entropy);