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

/linux-4.4.14/net/sctp/
H A Dauth.c258 struct sctp_auth_bytes *first_vector, sctp_auth_asoc_set_secret()
266 auth_len = first_vector->len + last_vector->len; sctp_auth_asoc_set_secret()
279 memcpy(secret->data + offset, first_vector->data, first_vector->len); sctp_auth_asoc_set_secret()
280 offset += first_vector->len; sctp_auth_asoc_set_secret()
297 struct sctp_auth_bytes *first_vector, sctp_auth_asoc_create_secret() local
337 first_vector = local_key_vector; sctp_auth_asoc_create_secret()
340 first_vector = peer_key_vector; sctp_auth_asoc_create_secret()
344 secret = sctp_auth_asoc_set_secret(ep_key, first_vector, last_vector, sctp_auth_asoc_create_secret()
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

Completed in 59 milliseconds