Searched refs:auth_key (Results 1 – 1 of 1) sorted by relevance
815 struct sctp_authkey *auth_key) in sctp_auth_set_key() argument831 if (cur_key->key_id == auth_key->sca_keynumber) { in sctp_auth_set_key()841 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, in sctp_auth_set_key()848 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL); in sctp_auth_set_key()852 memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength); in sctp_auth_set_key()