Searched refs:shmac (Results 1 – 1 of 1) sorted by relevance
2843 struct sctp_hmacalgo *shmac; local2848 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);2854 *optsize = sizeof(*shmac);2859 size = sizeof(*shmac) + (hmaclist->num_algo *2860 sizeof(shmac->shmac_idents[0]));2868 shmac->shmac_number_of_idents = hmaclist->num_algo;2870 shmac->shmac_idents[i] = hmaclist->hmac[i];4392 struct sctp_hmacalgo *shmac; local4397 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);4398 … if ((optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) ||[all …]