Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dauth.c37 static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {
466 sizeof(struct crypto_hash *) * SCTP_AUTH_NUM_HMACS, in sctp_auth_init_hmacs()
471 for (id = 0; id < SCTP_AUTH_NUM_HMACS; id++) { in sctp_auth_init_hmacs()
510 for (i = 0; i < SCTP_AUTH_NUM_HMACS; i++) { in sctp_auth_destroy_hmacs()
Dendpointola.c78 sizeof(__u16) * SCTP_AUTH_NUM_HMACS, gfp); in sctp_endpoint_init()
Dsocket.c3443 if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS || in sctp_setsockopt_hmac_ident()
/linux-4.1.27/include/net/sctp/
Dconstants.h411 #define SCTP_AUTH_NUM_HMACS __SCTP_AUTH_HMAC_MAX macro
Dstructs.h313 __u8 auth_hmacs[SCTP_AUTH_NUM_HMACS * sizeof(__u16) + 2];