/kernel/linux/linux-5.10/net/sctp/ |
H A D | auth.c | 120 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys() local 126 key_for_each_safe(ep_key, tmp, keys) { in sctp_auth_destroy_keys() 127 list_del_init(&ep_key->key_list); in sctp_auth_destroy_keys() 128 sctp_auth_shkey_release(ep_key); in sctp_auth_destroy_keys() 253 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret() 263 if (ep_key->key) in sctp_auth_asoc_set_secret() 264 auth_len += ep_key->key->len; in sctp_auth_asoc_set_secret() 270 if (ep_key->key) { in sctp_auth_asoc_set_secret() 271 memcpy(secret->data, ep_key->key->data, ep_key in sctp_auth_asoc_set_secret() 252 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 286 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 386 struct sctp_shared_key *ep_key; sctp_auth_asoc_init_active_key() local 707 sctp_auth_calculate_hmac(const struct sctp_association *asoc, struct sk_buff *skb, struct sctp_auth_chunk *auth, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_calculate_hmac() argument [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | auth.c | 120 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys() local 126 key_for_each_safe(ep_key, tmp, keys) { in sctp_auth_destroy_keys() 127 list_del_init(&ep_key->key_list); in sctp_auth_destroy_keys() 128 sctp_auth_shkey_release(ep_key); in sctp_auth_destroy_keys() 253 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret() 263 if (ep_key->key) in sctp_auth_asoc_set_secret() 264 auth_len += ep_key->key->len; in sctp_auth_asoc_set_secret() 270 if (ep_key->key) { in sctp_auth_asoc_set_secret() 271 memcpy(secret->data, ep_key->key->data, ep_key in sctp_auth_asoc_set_secret() 252 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 286 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 386 struct sctp_shared_key *ep_key; sctp_auth_asoc_init_active_key() local 707 sctp_auth_calculate_hmac(const struct sctp_association *asoc, struct sk_buff *skb, struct sctp_auth_chunk *auth, struct sctp_shared_key *ep_key, gfp_t gfp) sctp_auth_calculate_hmac() argument [all...] |
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | auth.h | 94 struct sctp_shared_key *ep_key, gfp_t gfp);
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | auth.h | 94 struct sctp_shared_key *ep_key, gfp_t gfp);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | net2280.c | 190 static const u32 ep_key[9] = { 1, 0, 1, 0, 1, 1, 0, 1, 0 }; in net2280_enable() local 217 if (dev->enhanced_mode && ep->is_in && ep_key[ep->num]) { in net2280_enable()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | net2280.c | 190 static const u32 ep_key[9] = { 1, 0, 1, 0, 1, 1, 0, 1, 0 }; in net2280_enable() local 217 if (dev->enhanced_mode && ep->is_in && ep_key[ep->num]) { in net2280_enable()
|