Searched refs:authToken (Results 1 - 4 of 4) sorted by relevance

/system/security/keystore/
H A Doperation.cpp126 *outToken = entry->second.authToken.get();
130 bool OperationMap::setOperationAuthToken(sp<IBinder> token, const hw_auth_token_t* authToken) { argument
135 entry->second.authToken.reset(new hw_auth_token_t);
136 *entry->second.authToken = *authToken;
H A Doperation.h62 bool setOperationAuthToken(sp<IBinder> token, const hw_auth_token_t* authToken);
80 std::unique_ptr<hw_auth_token_t> authToken; member in struct:android::OperationMap::Operation
H A Dkeystore.cpp2472 const hw_auth_token_t* authToken = NULL; local
2473 int32_t authResult = getAuthToken(characteristics.get(), 0, purpose, &authToken,
2482 addAuthToParams(&opParams, authToken);
2547 if (authToken) {
2548 mOperationMap.setOperationAuthToken(operationToken, authToken);
2711 const hw_auth_token_t* authToken = NULL; local
2712 mOperationMap.getOperationAuthToken(token, &authToken);
2727 hw_auth_token_t* authToken = new hw_auth_token_t; local
2728 memcpy(reinterpret_cast<void*>(authToken), token, sizeof(hw_auth_token_t));
2729 // The table takes ownership of authToken
2912 getAuthToken(const keymaster_key_characteristics_t* characteristics, keymaster_operation_handle_t handle, keymaster_purpose_t purpose, const hw_auth_token_t** authToken, bool failOnTokenMissing = true) argument
2966 const hw_auth_token_t* authToken = NULL; local
[all...]
/system/core/fingerprintd/
H A DFingerprintDaemonProxy.cpp129 const hw_auth_token_t* authToken = reinterpret_cast<const hw_auth_token_t*>(token); local
130 return mDevice->enroll(mDevice, authToken, groupId, timeout);

Completed in 191 milliseconds