int32_to_value
ret = int32_to_value(state->cl_port, obj, AU_FROMPORT);
ret = int32_to_value(state->cl_port, obj, AU_FROMPORT);
ret = int32_to_value(tkt_renewed, obj, AU_TKT_RENEWED);
ret = int32_to_value(tkt_validated, obj, AU_TKT_VALIDATED);
ret = int32_to_value(state->violation, obj, AU_VIOLATION);
ret = int32_to_value(state->violation, obj, AU_VIOLATION);
ret = int32_to_value(req->second_ticket[0]->enc_part2->session->enctype,
int32_to_value(krb5_int32 int32, k5_json_object obj, const char *key);
ret = int32_to_value(stage, obj, AU_STAGE);
ret = int32_to_value(princ->length, tmp, AU_LENGTH);
ret = int32_to_value(princ->type, tmp, AU_TYPE);
ret = int32_to_value(a->addrtype, obj, AU_TYPE);
ret = int32_to_value(a->length, obj, AU_LENGTH);
ret = int32_to_value(req->kdc_options, obj, AU_REQ_KDC_OPTIONS);
ret = int32_to_value(req->from, obj, AU_REQ_TKT_START);
ret = int32_to_value(req->till, obj, AU_REQ_TKT_END);
ret = int32_to_value(req->rtime, obj, AU_REQ_TKT_RENEW_TILL);
ret = int32_to_value(rep->enc_part.enctype, obj, AU_REP_ETYPE);
ret = int32_to_value(tkt->enc_part.enctype, tmp, AU_SRV_ETYPE);
ret = int32_to_value(part2->flags, tmp, AU_FLAGS);
ret = int32_to_value(part2->session->enctype, tmp, AU_SESS_ETYPE);
ret = int32_to_value(part2->times.starttime, tmp, AU_START);
ret = int32_to_value(part2->times.endtime, tmp, AU_END);
ret = int32_to_value(part2->times.renew_till, tmp, AU_RENEW_TILL);
ret = int32_to_value(part2->times.authtime, tmp, AU_AUTHTIME);