Searched refs:sctp_hmaclist_t (Results 1 – 5 of 5) sorted by relevance
81 } sctp_hmaclist_t; typedef153 extern sctp_hmaclist_t *sctp_alloc_hmaclist(uint16_t num_hmacs);154 extern void sctp_free_hmaclist(sctp_hmaclist_t *list);155 extern int sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id);156 extern sctp_hmaclist_t *sctp_copy_hmaclist(sctp_hmaclist_t *list);157 extern sctp_hmaclist_t *sctp_default_supported_hmaclist(void);159 sctp_negotiate_hmacid(sctp_hmaclist_t *peer,160 sctp_hmaclist_t *local);161 extern int sctp_serialize_hmaclist(sctp_hmaclist_t *list, uint8_t *ptr);178 extern int sctp_auth_is_supported_hmac(sctp_hmaclist_t *list, uint16_t id);
626 sctp_hmaclist_t *629 sctp_hmaclist_t *new_list; in sctp_alloc_hmaclist()633 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist()645 sctp_free_hmaclist(sctp_hmaclist_t *list) in sctp_free_hmaclist()653 sctp_auth_add_hmacid(sctp_hmaclist_t *list, uint16_t hmac_id) in sctp_auth_add_hmacid()680 sctp_hmaclist_t *681 sctp_copy_hmaclist(sctp_hmaclist_t *list) in sctp_copy_hmaclist()683 sctp_hmaclist_t *new_list; in sctp_copy_hmaclist()700 sctp_hmaclist_t *703 sctp_hmaclist_t *new_list; in sctp_default_supported_hmaclist()[all …]
1072 sctp_hmaclist_t *local_hmacs; /* local HMACs supported */1073 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */
286 sctp_hmaclist_t *local_hmacs;
2845 sctp_hmaclist_t *hmaclist;4394 sctp_hmaclist_t *hmaclist;