Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dsysctl.c149 .data = &init_net.sctp.sctp_hmac_alg,
342 tbl.data = net->sctp.sctp_hmac_alg ? : none; in proc_sctp_do_hmac_alg()
350 net->sctp.sctp_hmac_alg = "md5"; in proc_sctp_do_hmac_alg()
356 net->sctp.sctp_hmac_alg = "sha1"; in proc_sctp_do_hmac_alg()
361 net->sctp.sctp_hmac_alg = NULL; in proc_sctp_do_hmac_alg()
Dprotocol.c1210 net->sctp.sctp_hmac_alg = "md5"; in sctp_defaults_init()
1212 net->sctp.sctp_hmac_alg = "sha1"; in sctp_defaults_init()
1214 net->sctp.sctp_hmac_alg = NULL; in sctp_defaults_init()
Dsocket.c5006 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()
8346 if (!sp->hmac && sp->sctp_hmac_alg) { in sctp_listen_start()
8347 sprintf(alg, "hmac(%s)", sp->sctp_hmac_alg); in sctp_listen_start()
8351 sp->sctp_hmac_alg, PTR_ERR(tfm)); in sctp_listen_start()
/Linux-v5.4/include/net/netns/
Dsctp.h68 char *sctp_hmac_alg; member
/Linux-v5.4/include/net/sctp/
Dstructs.h160 char *sctp_hmac_alg; member