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

/net/sctp/
H A Dauth.c37 static struct sctp_hmac sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = { variable in typeref:struct:sctp_hmac
469 if (!sctp_hmac_list[id].hmac_name)
477 tfm = crypto_alloc_hash(sctp_hmac_list[id].hmac_name, 0,
511 return &sctp_hmac_list[hmac_id];
526 return &sctp_hmac_list[asoc->default_hmac_id];
546 !sctp_hmac_list[id].hmac_name) {
557 return &sctp_hmac_list[id];
796 if (!sctp_hmac_list[id].hmac_name)

Completed in 25 milliseconds