Home
last modified time | relevance | path

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

/external/nos/host/android/hals/keymaster/
Dbuffer.cpp47 Operation(Algorithm algorithm) : _algorithm(algorithm), _buffer{} { in Operation()
48 switch (_algorithm) {
113 return _algorithm; in algorithm()
117 Algorithm _algorithm; member in android::hardware::keymaster::Operation