Home | History | Annotate | Download | only in keystore

Lines Matching refs:VERIFY

735     virtual int32_t verify(const String16& name, const uint8_t* in, size_t inLength,
749 status_t status = remote()->transact(BnKeystoreService::VERIFY, data, &reply);
751 ALOGD("verify() could not contact remote: %d\n", status);
757 ALOGD("verify() caught exception %d\n", err);
1463 case VERIFY: {
1482 bool ret = verify(name, (const uint8_t*) in, (size_t) inSize, (const uint8_t*) sig,