Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dauth.c22 static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {
464 ep->auth_hmacs = kcalloc(SCTP_AUTH_NUM_HMACS, in sctp_auth_init_hmacs()
470 for (id = 0; id < SCTP_AUTH_NUM_HMACS; id++) { in sctp_auth_init_hmacs()
509 for (i = 0; i < SCTP_AUTH_NUM_HMACS; i++) { in sctp_auth_destroy_hmacs()
1024 SCTP_AUTH_NUM_HMACS), gfp); in sctp_auth_init()
A Dsocket.c3603 SCTP_AUTH_NUM_HMACS * sizeof(u16)); in sctp_setsockopt_hmac_ident()
3606 if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS || in sctp_setsockopt_hmac_ident()
/linux/include/net/sctp/
A Dconstants.h427 #define SCTP_AUTH_NUM_HMACS __SCTP_AUTH_HMAC_MAX macro
A Dstructs.h325 __u8 auth_hmacs[SCTP_AUTH_NUM_HMACS * sizeof(__u16) + 2];

Completed in 26 milliseconds