Searched refs:shmac (Results 1 – 1 of 1) sorted by relevance
3455 struct sctp_hmacalgo *shmac; local3460 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);3466 *optsize = sizeof(*shmac);3471 size = sizeof(*shmac) + (hmaclist->num_algo *3472 sizeof(shmac->shmac_idents[0]));3480 shmac->shmac_number_of_idents = hmaclist->num_algo;3482 shmac->shmac_idents[i] = hmaclist->hmac[i];4757 struct sctp_hmacalgo *shmac; local4762 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);4763 if (optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) {[all …]