Searched refs:ep_key (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/sctp/
H A Dauth.c123 struct sctp_shared_key *ep_key; sctp_auth_destroy_keys() local
129 key_for_each_safe(ep_key, tmp, keys) { key_for_each_safe()
130 list_del_init(&ep_key->key_list); key_for_each_safe()
131 sctp_auth_shkey_free(ep_key); key_for_each_safe()
257 struct sctp_shared_key *ep_key, sctp_auth_asoc_set_secret()
267 if (ep_key->key) sctp_auth_asoc_set_secret()
268 auth_len += ep_key->key->len; sctp_auth_asoc_set_secret()
274 if (ep_key->key) { sctp_auth_asoc_set_secret()
275 memcpy(secret->data, ep_key->key->data, ep_key->key->len); sctp_auth_asoc_set_secret()
276 offset += ep_key->key->len; sctp_auth_asoc_set_secret()
292 struct sctp_shared_key *ep_key, sctp_auth_asoc_create_secret()
344 secret = sctp_auth_asoc_set_secret(ep_key, first_vector, last_vector, sctp_auth_asoc_create_secret()
390 struct sctp_shared_key *ep_key; sctp_auth_asoc_init_active_key() local
404 ep_key = sctp_auth_get_shkey(asoc, asoc->active_key_id); sctp_auth_asoc_init_active_key()
405 BUG_ON(!ep_key); sctp_auth_asoc_init_active_key()
407 secret = sctp_auth_asoc_create_secret(asoc, ep_key, gfp); sctp_auth_asoc_init_active_key()
730 struct sctp_shared_key *ep_key; sctp_auth_calculate_hmac() local
732 ep_key = sctp_auth_get_shkey(asoc, key_id); sctp_auth_calculate_hmac()
733 if (!ep_key) sctp_auth_calculate_hmac()
736 asoc_key = sctp_auth_asoc_create_secret(asoc, ep_key, gfp); sctp_auth_calculate_hmac()
256 sctp_auth_asoc_set_secret( struct sctp_shared_key *ep_key, struct sctp_auth_bytes *first_vector, struct sctp_auth_bytes *last_vector, gfp_t gfp) sctp_auth_asoc_set_secret() argument
290 sctp_auth_asoc_create_secret( const struct sctp_association *asoc, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_asoc_create_secret() argument
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dnet2280.c193 static const u32 ep_key[9] = { 1, 0, 1, 0, 1, 1, 0, 1, 0 }; net2280_enable() local
220 if (dev->enhanced_mode && ep->is_in && ep_key[ep->num]) { net2280_enable()

Completed in 138 milliseconds