Searched refs:auth_key (Results 1 – 1 of 1) sorted by relevance
819 struct sctp_authkey *auth_key) in sctp_auth_set_key() argument840 if (shkey->key_id == auth_key->sca_keynumber) { in sctp_auth_set_key()846 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL); in sctp_auth_set_key()851 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()868 if (asoc && asoc->active_key_id == auth_key->sca_keynumber && in sctp_auth_set_key()