Home | History | Annotate | Download | only in keymaster

Lines Matching refs:ErrorCode

34 using ::android::hardware::keymaster::V4_0::ErrorCode;
51 ErrorCode key_parameter_to_pb(const KeyParameter& param,
53 ErrorCode hidl_params_to_pb(const hidl_vec<KeyParameter>& params,
55 ErrorCode hidl_params_to_map(const hidl_vec<KeyParameter>& params,
57 ErrorCode map_params_to_pb(const tag_map_t& params,
59 ErrorCode pb_to_hidl_params(const nosapp::KeyParameters& pbParams,
61 ErrorCode translate_algorithm(nosapp::Algorithm algorithm,
63 ErrorCode translate_error_code(nosapp::ErrorCode error_code);
64 ErrorCode translate_ec_curve(nosapp::EcCurve ec_curve, EcCurve *out);
65 ErrorCode translate_auth_token(const HardwareAuthToken& auth_token,