int trn_cell_introduce_encrypted_set0_nspecs(trn_cell_introduce_encrypted_t *inp, size_t idx, struct link_specifier_st * elt) { TRUNNEL_DYNARRAY_SET(&inp->nspecs, idx, elt); return 0; }
int trn_cell_introduce1_set_encrypted(trn_cell_introduce1_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->encrypted, idx, elt); return 0; }
int trn_cell_introduce_encrypted_set_onion_key(trn_cell_introduce_encrypted_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->onion_key, idx, elt); return 0; }
int rsa_ed_crosscert_set_sig(rsa_ed_crosscert_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->sig, idx, elt); return 0; }
int trn_cell_introduce1_set_auth_key(trn_cell_introduce1_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->auth_key, idx, elt); return 0; }
int certs_cell_set0_certs(certs_cell_t *inp, size_t idx, struct certs_cell_cert_st * elt) { TRUNNEL_DYNARRAY_SET(&inp->certs, idx, elt); return 0; }
int certs_cell_cert_set_body(certs_cell_cert_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->body, idx, elt); return 0; }
int auth_challenge_cell_set_methods(auth_challenge_cell_t *inp, size_t idx, uint16_t elt) { TRUNNEL_DYNARRAY_SET(&inp->methods, idx, elt); return 0; }
int auth1_set_sig(auth1_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->sig, idx, elt); return 0; }
int trn_cell_rendezvous1_set_handshake_info(trn_cell_rendezvous1_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->handshake_info, idx, elt); return 0; }
int pwbox_encoded_set_data(pwbox_encoded_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->data, idx, elt); return 0; }
int pwbox_encoded_set_skey_header(pwbox_encoded_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->skey_header, idx, elt); return 0; }
int ed25519_cert_set0_ext(ed25519_cert_t *inp, size_t idx, struct ed25519_cert_extension_st * elt) { TRUNNEL_DYNARRAY_SET(&inp->ext, idx, elt); return 0; }
int ed25519_cert_extension_set_un_unparsed(ed25519_cert_extension_t *inp, size_t idx, uint8_t elt) { TRUNNEL_DYNARRAY_SET(&inp->un_unparsed, idx, elt); return 0; }