Home | History | Annotate | Download | only in keystore

Lines Matching refs:addAuthToken

803     KeyStoreServiceReturnCode addAuthToken(const uint8_t* token, size_t length) override {
809 ALOGD("addAuthToken() could not contact remote: %d\n", status);
814 ALOGD("addAuthToken() caught exception %d\n", err);
1296 int32_t result = addAuthToken(token_bytes, size);