Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dsysctl.c179 .data = &init_net.sctp.sctp_hmac_alg,
395 sctp.sctp_hmac_alg); in proc_sctp_do_hmac_alg()
408 tbl.data = net->sctp.sctp_hmac_alg ? : none; in proc_sctp_do_hmac_alg()
416 net->sctp.sctp_hmac_alg = "md5"; in proc_sctp_do_hmac_alg()
422 net->sctp.sctp_hmac_alg = "sha1"; in proc_sctp_do_hmac_alg()
427 net->sctp.sctp_hmac_alg = NULL; in proc_sctp_do_hmac_alg()
H A Dprotocol.c1322 net->sctp.sctp_hmac_alg = "md5"; in sctp_defaults_init()
1324 net->sctp.sctp_hmac_alg = "sha1"; in sctp_defaults_init()
1326 net->sctp.sctp_hmac_alg = NULL; in sctp_defaults_init()
H A Dsocket.c4983 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()
8531 if (!sp->hmac && sp->sctp_hmac_alg) { in sctp_listen_start()
8532 sprintf(alg, "hmac(%s)", sp->sctp_hmac_alg); in sctp_listen_start()
8536 sp->sctp_hmac_alg, PTR_ERR(tfm)); in sctp_listen_start()
/openbmc/linux/include/net/netns/
H A Dsctp.h79 char *sctp_hmac_alg; member
/openbmc/linux/include/net/sctp/
H A Dstructs.h160 char *sctp_hmac_alg; member