Lines Matching refs:local_hmacs
1413 if (stcb->asoc.local_hmacs != NULL) in sctp_auth_get_cookie_params()
1414 sctp_free_hmaclist(stcb->asoc.local_hmacs); in sctp_auth_get_cookie_params()
1415 stcb->asoc.local_hmacs = sctp_alloc_hmaclist(num_hmacs); in sctp_auth_get_cookie_params()
1416 if (stcb->asoc.local_hmacs != NULL) { in sctp_auth_get_cookie_params()
1418 (void)sctp_auth_add_hmacid(stcb->asoc.local_hmacs, in sctp_auth_get_cookie_params()
1485 stcb->asoc.local_hmacs); in sctp_auth_get_cookie_params()
1614 if (!sctp_auth_is_supported_hmac(stcb->asoc.local_hmacs, hmac_id)) { in sctp_handle_auth()
1917 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_initialize_auth_params()
1918 if (stcb->asoc.local_hmacs != NULL) { in sctp_initialize_auth_params()
1919 hmacs_len = stcb->asoc.local_hmacs->num_algo * in sctp_initialize_auth_params()
1920 sizeof(stcb->asoc.local_hmacs->hmac[0]); in sctp_initialize_auth_params()
1979 (void)sctp_serialize_hmaclist(stcb->asoc.local_hmacs, in sctp_initialize_auth_params()