Lines Matching refs:ErrorCode

71      * @return error See the ErrorCode enum in types.hal.
73 addRngEntropy(vec<uint8_t> data) generates(ErrorCode error);
81 * @return error See the ErrorCode enum in types.hal.
90 generates(ErrorCode error, vec<uint8_t> keyBlob, KeyCharacteristics keyCharacteristics);
102 * @return error See the ErrorCode enum.
110 * @return error See the ErrorCode enum.
113 generates(ErrorCode error, vec<uint8_t> keyBlob, KeyCharacteristics keyCharacteristics);
131 * @return error See the ErrorCode enum in types.hal.
137 generates(ErrorCode error, KeyCharacteristics keyCharacteristics);
157 * @return error See the ErrorCode enum in types.hal.
162 vec<uint8_t> appData) generates(ErrorCode error, vec<uint8_t> keyMaterial);
176 * @return error See the ErrorCode enum in types.hal.
179 generates(ErrorCode error, vec<vec<uint8_t>> certChain);
186 * ErrorCode::KEY_REQUIRES_UPGRADE. This method must then be called to upgrade the key.
193 * @return error See the ErrorCode enum.
196 generates(ErrorCode error, vec<uint8_t> upgradedKeyBlob);
207 * @return error See the ErrorCode enum.
209 deleteKey(vec<uint8_t> keyBlob) generates(ErrorCode error);
218 * @return error See the ErrorCode enum.
220 deleteAllKeys() generates(ErrorCode error);
233 * @return error See the ErrorCode enum.
235 destroyAttestationIds() generates(ErrorCode error);
239 * ErrorCode::OK and create an operation handle which must be passed to subsequent calls to
245 * eventually cause begin() to return ErrorCode::TOO_MANY_OPERATIONS when it runs out of space
246 * for operations. Any result other than ErrorCode::OK from begin(), update() or finish()
248 * ErrorCode::INVALID_OPERATION_HANDLE if called).
262 * here, or the operation will fail with ErrorCode::INVALID_KEY_BLOB. For operations
266 * @return error See the ErrorCode enum in types.hal.
276 generates(ErrorCode error, vec<KeyParameter> outParams, OperationHandle operationHandle);
282 * If operationHandle is invalid, update() will return ErrorCode::INVALID_OPERATION_HANDLE.
298 * @return error See the ErrorCode enum in types.hal.
311 generates(ErrorCode error, uint32_t inputConsumed, vec<KeyParameter> outParams,
325 * ErrorCode::INVALID_INPUT_LENGTH.
330 * @return error See the ErrorCode enum in types.hal.
338 generates(ErrorCode error, vec<KeyParameter> outParams, vec<uint8_t> output);
347 * @return error See the ErrorCode enum in types.hal.
349 abort(OperationHandle operationHandle) generates(ErrorCode error);