Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dauth.h46 struct sctp_hmac { struct
97 struct sctp_hmac *sctp_auth_get_hmac(__u16 hmac_id);
98 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
/Linux-v4.19/net/sctp/
Dauth.c37 static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {
536 struct sctp_hmac *sctp_auth_get_hmac(__u16 hmac_id) in sctp_auth_get_hmac()
544 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc) in sctp_auth_asoc_get_hmac()
Dchunk.c200 struct sctp_hmac *hmac_desc = sctp_auth_asoc_get_hmac(asoc); in sctp_datamsg_from_user()
Dsm_make_chunk.c1289 struct sctp_hmac *hmac_desc; in sctp_make_auth()
Dsm_statefuns.c4189 struct sctp_hmac *hmac; in sctp_sf_authenticate()