extern xlat_arg_parser_t aka_sim_3gpp_temporary_id_decrypt_xlat_args[];
xlat_arg_parser_t aka_sim_3gpp_temporary_id_decrypt_xlat_args[] = {
- { .required = true, .concat = true, .single = false, .variadic = false, .type = FR_TYPE_STRING,
+ { .required = true, .concat = true, .single = false, .type = FR_TYPE_STRING,
.func = NULL, .uctx = NULL },
- { .required = true, .concat = true, .single = false, .variadic = false, .type = FR_TYPE_OCTETS,
+ { .required = true, .concat = true, .single = false, .type = FR_TYPE_OCTETS,
.func = NULL, .uctx = NULL },
- { .required = false, .concat = false, .single = true, .variadic = false, .type = FR_TYPE_BOOL,
+ { .required = false, .concat = false, .single = true, .type = FR_TYPE_BOOL,
.func = NULL, .uctx = NULL },
XLAT_ARG_PARSER_TERMINATOR
};
extern xlat_arg_parser_t aka_sim_3gpp_temporary_id_encrypt_xlat_args[];
xlat_arg_parser_t aka_sim_3gpp_temporary_id_encrypt_xlat_args[] = {
- { .required = true, .concat = true, .single = false, .variadic = false, .type = FR_TYPE_STRING },
- { .required = true, .concat = true, .single = false, .variadic = false, .type = FR_TYPE_OCTETS },
- { .required = true, .concat = false, .single = true, .variadic = false, .type = FR_TYPE_UINT8 },
- { .required = false, .concat = false, .single = true, .variadic = false, .type = FR_TYPE_STRING },
+ { .required = true, .concat = true, .single = false, .type = FR_TYPE_STRING },
+ { .required = true, .concat = true, .single = false, .type = FR_TYPE_OCTETS },
+ { .required = true, .concat = false, .single = true, .type = FR_TYPE_UINT8 },
+ { .required = false, .concat = false, .single = true, .type = FR_TYPE_STRING },
XLAT_ARG_PARSER_TERMINATOR
};
}
static xlat_arg_parser_t const cipher_rsa_verify_xlat_arg[] = {
- { .required = true, .concat = false, .single = true, .variadic = false, .type = FR_TYPE_VOID,
- .func = NULL, .uctx = NULL },
{ .required = true, .concat = true, .single = false, .variadic = true, .type = FR_TYPE_STRING,
.func = NULL, .uctx = NULL },
+ { .required = true, .concat = false, .single = true, .type = FR_TYPE_VOID },
XLAT_ARG_PARSER_TERMINATOR
};
}
static xlat_arg_parser_t const cipher_certificate_xlat_args[] = {
- { .required = true, .concat = false, .single = true, .variadic = false, .type = FR_TYPE_STRING },
- { .required = false, .concat = false, .single = true, .variadic = false, .type = FR_TYPE_STRING }, /* Optional hash for fingerprint mode */
+ { .required = true, .concat = false, .single = true, .type = FR_TYPE_STRING },
+ { .required = false, .concat = false, .single = true, .type = FR_TYPE_STRING }, /* Optional hash for fingerprint mode */
XLAT_ARG_PARSER_TERMINATOR
};