Searched defs:random_len (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.h91 uint32_t random_len; /* local random number length for param */ member in struct:sctp_authinformation
H A Dsctp_auth.c1434 uint16_t random_len = 0; local
1465 random_len = plen - sizeof(*p_random);
1518 keylen = sizeof(*p_random) + random_len + sizeof(*hmacs) + hmacs_len;
1526 keylen = sizeof(*p_random) + random_len;
1544 stcb->asoc.authinfo.random_len = random_len;
1980 uint16_t random_len = SCTP_AUTH_RANDOM_SIZE_DEFAULT; local
2009 keylen = (3 * sizeof(struct sctp_paramhdr)) + random_len + chunks_len +
2018 plen = sizeof(*ph) + random_len;
2020 SCTP_READ_RANDOM(new_key->key + sizeof(*ph), random_len);
[all...]
H A Dsctp_pcb.c7094 uint16_t random_len = 0; local
7523 random_len = plen - sizeof(*p_random);
7525 if (random_len != SCTP_AUTH_RANDOM_SIZE_REQUIRED) {
7684 keylen = sizeof(*p_random) + random_len + sizeof(*hmacs) + hmacs_len;
7692 keylen = sizeof(*p_random) + random_len;

Completed in 242 milliseconds