Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c3601 struct sctp_hmacalgo *shmac; local
3606 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
3612 *optsize = sizeof(*shmac);
3617 size = sizeof(*shmac) + (hmaclist->num_algo *
3618 sizeof(shmac->shmac_idents[0]));
3626 shmac->shmac_number_of_idents = hmaclist->num_algo;
3628 shmac->shmac_idents[i] = hmaclist->hmac[i];
5310 struct sctp_hmacalgo *shmac; local
5315 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
5316 if ((optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) ||
[all …]