Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dauth.c709 struct sctp_auth_bytes *asoc_key; in sctp_auth_calculate_hmac() local
723 asoc_key = asoc->asoc_shared_key; in sctp_auth_calculate_hmac()
731 asoc_key = sctp_auth_asoc_create_secret(asoc, ep_key, gfp); in sctp_auth_calculate_hmac()
732 if (!asoc_key) in sctp_auth_calculate_hmac()
746 if (crypto_hash_setkey(desc.tfm, &asoc_key->data[0], asoc_key->len)) in sctp_auth_calculate_hmac()
753 sctp_auth_key_put(asoc_key); in sctp_auth_calculate_hmac()