Lines Matching defs:state
580 ResponseCode writeBlob(const char* filename, AES_KEY *aes_key, State state, Entropy* entropy) { in writeBlob()
643 ResponseCode readBlob(const char* filename, AES_KEY *aes_key, State state) { in readBlob()
744 void setState(State state) { in setState()
1333 UserState* state = *it; in getUserState() local
1359 UserState* state = *it; in getUserState() local
1649 State state = mKeyStore->getState(callingUid); in insert() local
1788 State state = mKeyStore->getState(callingUid); in lock() local
1806 State state = mKeyStore->getState(callingUid); in unlock() local
1842 State state = mKeyStore->getState(callingUid); in generate() local
1994 State state = mKeyStore->getState(targetUid); in import() local
2066 State state = mKeyStore->getState(callingUid); in verify() local
2191 State state = mKeyStore->getState(callingUid); in grant() local
2216 State state = mKeyStore->getState(callingUid); in ungrant() local
2274 State state = mKeyStore->getState(callingUid); in duplicate() local
2432 inline bool isKeystoreUnlocked(State state) { in isKeystoreUnlocked()