Lines Matching defs:state
477 ResponseCode writeBlob(const char* filename, AES_KEY *aes_key, State state, Entropy* entropy) { in writeBlob()
540 ResponseCode readBlob(const char* filename, AES_KEY *aes_key, State state) { in readBlob()
641 void setState(State state) { in setState()
1122 UserState* state = *it; in getUserState() local
1148 UserState* state = *it; in getUserState() local
1432 State state = mKeyStore->getState(callingUid); in insert() local
1622 State state = mKeyStore->getState(callingUid); in lock() local
1639 State state = mKeyStore->getState(callingUid); in unlock() local
1672 State state = mKeyStore->getState(callingUid); in generate() local
1723 State state = mKeyStore->getState(callingUid); in import() local
1788 State state = mKeyStore->getState(callingUid); in verify() local
1925 State state = mKeyStore->getState(callingUid); in grant() local
1949 State state = mKeyStore->getState(callingUid); in ungrant() local
2005 State state = mKeyStore->getState(callingUid); in duplicate() local
2067 State state = mKeyStore->getState(callingUid); in clear_uid() local
2136 inline bool isKeystoreUnlocked(State state) { in isKeystoreUnlocked()