Home
last modified time | relevance | path

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

/external/nos/host/android/hals/keymaster/
Dexport_key.cpp60 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
66 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
76 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
94 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
113 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
120 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
125 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
138 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
144 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
149 return ErrorCode::UNKNOWN_ERROR; in export_key_der()
[all …]
Dproto_utils.cpp106 return ErrorCode::UNKNOWN_ERROR; in translate_purpose()
150 return ErrorCode::UNKNOWN_ERROR; in translate_algorithm()
189 return ErrorCode::UNKNOWN_ERROR; in translate_block_mode()
244 return ErrorCode::UNKNOWN_ERROR; in translate_digest()
293 return ErrorCode::UNKNOWN_ERROR; in translate_padding_mode()
331 return ErrorCode::UNKNOWN_ERROR; in translate_ec_curve()
362 return ErrorCode::UNKNOWN_ERROR; in translate_key_blob_usage_requirements()
365 return ErrorCode::UNKNOWN_ERROR; in translate_key_blob_usage_requirements()
403 return ErrorCode::UNKNOWN_ERROR; in translate_hardware_authenticator_type()
442 return ErrorCode::UNKNOWN_ERROR; in translate_key_origin()
[all …]
Dbuffer.cpp95 return ErrorCode::UNKNOWN_ERROR; in advance()
124 return ErrorCode::UNKNOWN_ERROR; in buffer_begin()
148 return ErrorCode::UNKNOWN_ERROR; in buffer_append()
161 return ErrorCode::UNKNOWN_ERROR; in buffer_peek()
173 return ErrorCode::UNKNOWN_ERROR; in buffer_advance()
185 return ErrorCode::UNKNOWN_ERROR; in buffer_final()
Dimport_key.cpp121 return ErrorCode::UNKNOWN_ERROR; in import_key_rsa()
130 return ErrorCode::UNKNOWN_ERROR; in import_key_rsa()
224 return ErrorCode::UNKNOWN_ERROR; in import_key_ec()
232 return ErrorCode::UNKNOWN_ERROR; in import_key_ec()
239 return ErrorCode::UNKNOWN_ERROR; in import_key_ec()
DKeymasterDevice.cpp208 return ErrorCode::UNKNOWN_ERROR; in status_to_error_code()
218 return ErrorCode::UNKNOWN_ERROR; in status_to_error_code()
309 _hidl_cb(ErrorCode::UNKNOWN_ERROR, HmacSharingParameters()); in getHmacSharingParameters()
318 _hidl_cb(ErrorCode::UNKNOWN_ERROR, HmacSharingParameters()); in getHmacSharingParameters()
731 _hidl_cb(ErrorCode::UNKNOWN_ERROR, params, in begin()
813 _hidl_cb(ErrorCode::UNKNOWN_ERROR, 0, params, output); in update()
/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp55 UNKNOWN_ERROR = (-2147483647-1), enumerator
59 BAD_TYPE = (UNKNOWN_ERROR + 1),
65 FAILED_TRANSACTION = (UNKNOWN_ERROR + 2),
67 NOT_ENOUGH_DATA = (UNKNOWN_ERROR + 3),
68 WOULD_BLOCK = (UNKNOWN_ERROR + 4),
69 TIMED_OUT = (UNKNOWN_ERROR + 5),
70 UNKNOWN_TRANSACTION = (UNKNOWN_ERROR + 6),
71 FDS_NOT_ALLOWED = (UNKNOWN_ERROR + 7),
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_defs.proto244 UNKNOWN_ERROR = 71; enumerator
/external/elfutils/libdwfl/
DlibdwflP.h54 DWFL_ERROR (UNKNOWN_ERROR, N_("unknown error")) \