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

/frameworks/native/services/sensorservice/
H A DSensorService.cpp68 uint8_t SensorService::sHmacGlobalKey[128] = {}; member in class:android::SensorService
87 int result = read(fd, sHmacGlobalKey, sizeof(sHmacGlobalKey));
89 if (result == sizeof(sHmacGlobalKey)) {
95 if (RAND_bytes(sHmacGlobalKey, sizeof(sHmacGlobalKey)) == -1) {
106 int result = write(fd, sHmacGlobalKey, sizeof(sHmacGlobalKey));
108 wroteKey = (result == sizeof(sHmacGlobalKey));
843 sHmacGlobalKey, sizeo
[all...]
H A DSensorService.h228 static uint8_t sHmacGlobalKey[128]; member in class:android::SensorService

Completed in 56 milliseconds