Searched refs:kNotFound (Results 1 – 4 of 4) sorted by relevance
102 if (index == kNotFound) { in closeSession()125 if (index == kNotFound) { in getKeyRequest()192 if (index == kNotFound) { in provideKeyResponse()222 if (index == kNotFound) { in removeKeys()239 if (index == kNotFound) { in restoreKeys()245 if (index == kNotFound) { in restoreKeys()260 if (index == kNotFound) { in queryKeyStatus()520 if (index == kNotFound) { in setCipherAlgorithm()540 if (index == kNotFound) { in setMacAlgorithm()565 if (index == kNotFound) { in encrypt()[all …]
146 static const ssize_t kNotFound = -1; variable
24 const uint32_t SparseBitSet::kNotFound; member in android::SparseBitSet117 return kNotFound; in nextSetBit()146 return kNotFound; in nextSetBit()
64 static const uint32_t kNotFound = ~0u; variable