Home
last modified time | relevance | path

Searched refs:peer_hmacs (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h1081 sctp_hmaclist_t *peer_hmacs; /* peer HMACs supported */ member
H A Dsctp_pcb.c5133 if (asoc->peer_hmacs) in sctp_free_assoc()
5134 sctp_free_hmaclist(asoc->peer_hmacs); in sctp_free_assoc()
6486 if (stcb->asoc.peer_hmacs != NULL) in sctp_load_addresses_from_init()
6487 sctp_free_hmaclist(stcb->asoc.peer_hmacs); in sctp_load_addresses_from_init()
6488 stcb->asoc.peer_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_load_addresses_from_init()
6489 if (stcb->asoc.peer_hmacs != NULL) { in sctp_load_addresses_from_init()
6491 (void)sctp_auth_add_hmacid(stcb->asoc.peer_hmacs, in sctp_load_addresses_from_init()
H A Dsctp_auth.c1487 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs, in sctp_auth_get_cookie_params()
H A Dsctp_input.c526 stcb->asoc.peer_hmac_id = sctp_negotiate_hmacid(stcb->asoc.peer_hmacs, in sctp_process_init_ack()