Searched refs:SCTP_AUTH_NUM_HMACS (Results 1 – 5 of 5) sorted by relevance
37 static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {485 ep->auth_hmacs = kcalloc(SCTP_AUTH_NUM_HMACS, in sctp_auth_init_hmacs()491 for (id = 0; id < SCTP_AUTH_NUM_HMACS; id++) { in sctp_auth_init_hmacs()529 for (i = 0; i < SCTP_AUTH_NUM_HMACS; i++) { in sctp_auth_destroy_hmacs()
77 SCTP_AUTH_NUM_HMACS), gfp); in sctp_endpoint_init()
3681 SCTP_AUTH_NUM_HMACS * sizeof(u16)); in sctp_setsockopt_hmac_ident()3688 if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS || in sctp_setsockopt_hmac_ident()
415 #define SCTP_AUTH_NUM_HMACS __SCTP_AUTH_HMAC_MAX macro
327 __u8 auth_hmacs[SCTP_AUTH_NUM_HMACS * sizeof(__u16) + 2];