sctp_alloc_hmaclist
stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs);
new_list = sctp_alloc_hmaclist(list->max_algo);
new_list = sctp_alloc_hmaclist(2);
extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);
stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs);
hmaclist = sctp_alloc_hmaclist((uint16_t)shmac->shmac_number_of_idents);