Home
last modified time | relevance | path

Searched refs:sca_keylength (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/sctp/
Dauth.c873 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL); in sctp_auth_set_key()
879 memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength); in sctp_auth_set_key()
Dsocket.c3730 if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) { in sctp_setsockopt_auth_key()
/Linux-v4.19/include/uapi/linux/
Dsctp.h829 __u16 sca_keylength; member