Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c3455 struct sctp_hmacalgo *shmac; local
3460 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; local
4762 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 …]