Home
last modified time | relevance | path

Searched refs:auth_token_length (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_fingerprint_FingerprintService.cpp71 static void notifyKeystore(uint8_t *auth_token, size_t auth_token_length) { in notifyKeystore() argument
72 if (auth_token != NULL && auth_token_length > 0) { in notifyKeystore()
78 status_t ret = service->addAuthToken(auth_token, auth_token_length); in notifyKeystore()