Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
H A Dauth.c254 struct sctp_auth_bytes *first_vector, in sctp_auth_asoc_set_secret()
262 auth_len = first_vector->len + last_vector->len; in sctp_auth_asoc_set_secret()
275 memcpy(secret->data + offset, first_vector->data, first_vector->len); in sctp_auth_asoc_set_secret()
276 offset += first_vector->len; in sctp_auth_asoc_set_secret()
293 struct sctp_auth_bytes *first_vector, in sctp_auth_asoc_create_secret() local
333 first_vector = local_key_vector; in sctp_auth_asoc_create_secret()
336 first_vector = peer_key_vector; in sctp_auth_asoc_create_secret()
340 secret = sctp_auth_asoc_set_secret(ep_key, first_vector, last_vector, in sctp_auth_asoc_create_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
/kernel/linux/linux-6.6/net/sctp/
H A Dauth.c254 struct sctp_auth_bytes *first_vector, in sctp_auth_asoc_set_secret()
262 auth_len = first_vector->len + last_vector->len; in sctp_auth_asoc_set_secret()
275 memcpy(secret->data + offset, first_vector->data, first_vector->len); in sctp_auth_asoc_set_secret()
276 offset += first_vector->len; in sctp_auth_asoc_set_secret()
293 struct sctp_auth_bytes *first_vector, in sctp_auth_asoc_create_secret() local
333 first_vector = local_key_vector; in sctp_auth_asoc_create_secret()
336 first_vector = peer_key_vector; in sctp_auth_asoc_create_secret()
340 secret = sctp_auth_asoc_set_secret(ep_key, first_vector, last_vector, in sctp_auth_asoc_create_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

Completed in 3 milliseconds