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

/linux-4.4.14/net/sctp/
H A Dauth.c714 struct sctp_auth_bytes *asoc_key; sctp_auth_calculate_hmac() local
728 asoc_key = asoc->asoc_shared_key; sctp_auth_calculate_hmac()
736 asoc_key = sctp_auth_asoc_create_secret(asoc, ep_key, gfp); sctp_auth_calculate_hmac()
737 if (!asoc_key) sctp_auth_calculate_hmac()
751 if (crypto_hash_setkey(desc.tfm, &asoc_key->data[0], asoc_key->len)) sctp_auth_calculate_hmac()
758 sctp_auth_key_put(asoc_key); sctp_auth_calculate_hmac()

Completed in 42 milliseconds