• Home
  • Raw
  • Download

Lines Matching refs:NO_ERROR

537         return NO_ERROR;  in writeBlob()
595 return ::NO_ERROR; in readBlob()
668 if (response != NO_ERROR) { in initialize()
672 return ::NO_ERROR; in initialize()
714 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) { in readMasterKey()
722 if (response == NO_ERROR) { in readMasterKey()
883 return ::NO_ERROR; in initialize()
979 if (rc != NO_ERROR) { in get()
990 if ((rc = this->put(filename, keyBlob, uid)) != NO_ERROR in get()
992 userState->getState())) != NO_ERROR) { in get()
1083 if (responseCode == NO_ERROR) { in getKeyForName()
1093 if (responseCode == NO_ERROR) { in getKeyForName()
1264 if (rc != NO_ERROR) { in importBlobAsKey()
1410 if (responseCode != ::NO_ERROR) { in get()
1421 return ::NO_ERROR; in get()
1470 if (responseCode != ::NO_ERROR) { in del()
1473 return (unlink(filename) && errno != ENOENT) ? ::SYSTEM_ERROR : ::NO_ERROR; in del()
1495 return ::NO_ERROR; in exist()
1551 return ::NO_ERROR; in saw()
1561 ResponseCode rc = mKeyStore->reset(callingUid) ? ::NO_ERROR : ::SYSTEM_ERROR; in reset()
1629 return ::NO_ERROR; in lock()
1656 return mKeyStore->isEmpty(callingUid) ? ::KEY_NOT_FOUND : ::NO_ERROR; in zero()
1751 if (responseCode != ::NO_ERROR) { in sign()
1777 return ::NO_ERROR; in sign()
1800 if (responseCode != ::NO_ERROR) { in verify()
1822 return ::NO_ERROR; in verify()
1851 if (responseCode != ::NO_ERROR) { in get_pubkey()
1871 return ::NO_ERROR; in get_pubkey()
1893 if (responseCode != ::NO_ERROR) { in del_key()
1897 ResponseCode rc = ::NO_ERROR; in del_key()
1911 if (rc != ::NO_ERROR) { in del_key()
1915 return (unlink(filename) && errno != ENOENT) ? ::SYSTEM_ERROR : ::NO_ERROR; in del_key()
1939 return ::NO_ERROR; in grant()
1962 return mKeyStore->removeGrant(filename.string(), granteeUid) ? ::NO_ERROR : ::KEY_NOT_FOUND; in ungrant()
2049 if (responseCode != ::NO_ERROR) { in duplicate()
2089 ResponseCode rc = ::NO_ERROR; in clear_uid()
2110 != ::NO_ERROR) { in clear_uid()