Searched refs:authenticate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java327 * @param sectorIndex index of sector to authenticate, starting from 0
334 return authenticate(sectorIndex, key, true);
354 * @param sectorIndex index of sector to authenticate, starting from 0
361 return authenticate(sectorIndex, key, false);
364 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { method in class:MifareClassic
379 // of a sector will authenticate the entire sector.
/frameworks/base/media/libstagefright/rtsp/
H A DMyTransmitter.h265 void authenticate(const sp<ARTSPResponse> &response) { function in struct:android::MyTransmitter
266 ssize_t i = response->mHeaders.indexOfKey("www-authenticate");
383 LOG(INFO) << "FAILED to authenticate";
388 authenticate(response);

Completed in 81 milliseconds