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

/system/security/keystore/
H A Dkeystore.cpp433 class Entropy { class
435 Entropy() : mRandom(-1) {} function in class:Entropy
436 ~Entropy() {
603 ResponseCode writeBlob(const char* filename, AES_KEY *aes_key, State state, Entropy* entropy) {
799 ResponseCode initialize(const android::String8& pw, Entropy* entropy) {
823 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy) {
832 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) {
945 bool generateSalt(Entropy* entropy) {
949 bool generateMasterKey(Entropy* entropy) {
987 KeyStore(Entropy* entrop
[all...]

Completed in 30 milliseconds