Home | History | Annotate | Download | only in keymaster

Lines Matching refs:ErrorCode

35 using ::android::hardware::keymaster::V4_0::ErrorCode;
91 ErrorCode advance(size_t count) {
95 return ErrorCode::UNKNOWN_ERROR;
98 return ErrorCode::OK;
117 ErrorCode buffer_begin(uint64_t handle, Algorithm algorithm)
124 return ErrorCode::UNKNOWN_ERROR;
129 return ErrorCode::OK;
142 ErrorCode buffer_append(uint64_t handle,
148 return ErrorCode::UNKNOWN_ERROR;
153 return ErrorCode::OK;
156 ErrorCode buffer_peek(uint64_t handle,
161 return ErrorCode::UNKNOWN_ERROR;
166 return ErrorCode::OK;
169 ErrorCode buffer_advance(uint64_t handle, size_t count)
173 return ErrorCode::UNKNOWN_ERROR;
180 ErrorCode buffer_final(uint64_t handle,
185 return ErrorCode::UNKNOWN_ERROR;
190 return ErrorCode::OK;