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

/linux-4.4.14/net/sctp/
H A Dauth.c37 static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = { variable in typeref:struct:sctp_hmac
478 if (!sctp_hmac_list[id].hmac_name) sctp_auth_init_hmacs()
486 tfm = crypto_alloc_hash(sctp_hmac_list[id].hmac_name, 0, sctp_auth_init_hmacs()
520 return &sctp_hmac_list[hmac_id]; sctp_auth_get_hmac()
535 return &sctp_hmac_list[asoc->default_hmac_id]; sctp_auth_asoc_get_hmac()
555 !sctp_hmac_list[id].hmac_name) { sctp_auth_asoc_get_hmac()
566 return &sctp_hmac_list[id]; sctp_auth_asoc_get_hmac()
805 if (!sctp_hmac_list[id].hmac_name) sctp_auth_ep_set_hmacs()

Completed in 72 milliseconds