Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dsysctl.c167 .data = &init_net.sctp.sctp_hmac_alg,
332 tbl.data = net->sctp.sctp_hmac_alg ? : none; in proc_sctp_do_hmac_alg()
340 net->sctp.sctp_hmac_alg = "md5"; in proc_sctp_do_hmac_alg()
346 net->sctp.sctp_hmac_alg = "sha1"; in proc_sctp_do_hmac_alg()
351 net->sctp.sctp_hmac_alg = NULL; in proc_sctp_do_hmac_alg()
Dprotocol.c1198 net->sctp.sctp_hmac_alg = "md5"; in sctp_defaults_init()
1200 net->sctp.sctp_hmac_alg = "sha1"; in sctp_defaults_init()
1202 net->sctp.sctp_hmac_alg = NULL; in sctp_defaults_init()
Dsocket.c4033 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()
6328 if (!sp->hmac && sp->sctp_hmac_alg) { in sctp_listen_start()
6329 sprintf(alg, "hmac(%s)", sp->sctp_hmac_alg); in sctp_listen_start()
6333 sp->sctp_hmac_alg, PTR_ERR(tfm)); in sctp_listen_start()
/linux-4.1.27/include/net/netns/
Dsctp.h67 char *sctp_hmac_alg; member
/linux-4.1.27/include/net/sctp/
Dstructs.h171 char *sctp_hmac_alg; member