Searched refs:rc (Results 1 – 1 of 1) sorted by relevance
45 static bool logKeystore2ExceptionIfPresent(::ndk::ScopedAStatus& rc, in logKeystore2ExceptionIfPresent() argument47 if (rc.isOk()) return false; in logKeystore2ExceptionIfPresent()49 auto exception_code = rc.getExceptionCode(); in logKeystore2ExceptionIfPresent()53 << rc.getServiceSpecificError(); in logKeystore2ExceptionIfPresent()81 auto rc = keystore2Service->getSecurityLevel( in Keymaster() local83 if (logKeystore2ExceptionIfPresent(rc, "getSecurityLevel")) in Keymaster()96 auto rc = securityLevel->generateKey( in generateKey() local99 if (logKeystore2ExceptionIfPresent(rc, "generateKey")) return false; in generateKey()123 auto rc = securityLevel->importKey( in importKey() local126 if (logKeystore2ExceptionIfPresent(rc, "importKey")) return false; in importKey()[all …]