Lines Matching refs:sctp_shared_key
94 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create()
96 struct sctp_shared_key *new; in sctp_auth_shkey_create()
99 new = kzalloc(sizeof(struct sctp_shared_key), gfp); in sctp_auth_shkey_create()
110 static void sctp_auth_shkey_free(struct sctp_shared_key *sh_key) in sctp_auth_shkey_free()
123 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys()
124 struct sctp_shared_key *tmp; in sctp_auth_destroy_keys()
257 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret()
292 struct sctp_shared_key *ep_key, in sctp_auth_asoc_create_secret()
361 struct sctp_shared_key *sh_key; in sctp_auth_asoc_copy_shkeys()
362 struct sctp_shared_key *new; in sctp_auth_asoc_copy_shkeys()
390 struct sctp_shared_key *ep_key; in sctp_auth_asoc_init_active_key()
427 struct sctp_shared_key *sctp_auth_get_shkey( in sctp_auth_get_shkey()
431 struct sctp_shared_key *key; in sctp_auth_get_shkey()
730 struct sctp_shared_key *ep_key; in sctp_auth_calculate_hmac()
827 struct sctp_shared_key *cur_key = NULL; in sctp_auth_set_key()
886 struct sctp_shared_key *key; in sctp_auth_set_active_key()
919 struct sctp_shared_key *key; in sctp_auth_del_key_id()