Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dauth.c851 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL); in sctp_auth_set_key()
857 memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength); in sctp_auth_set_key()
H A Dsocket.c3645 if (authkey->sca_keylength > optlen - sizeof(*authkey)) in sctp_setsockopt_auth_key()
/linux/include/uapi/linux/
H A Dsctp.h864 __u16 sca_keylength; member