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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c811 sctp_free_authinfo(sctp_authinfo_t *authinfo) argument
813 if (authinfo == NULL)
816 if (authinfo->random != NULL)
817 sctp_free_key(authinfo->random);
818 if (authinfo->peer_random != NULL)
819 sctp_free_key(authinfo->peer_random);
820 if (authinfo->assoc_key != NULL)
821 sctp_free_key(authinfo->assoc_key);
822 if (authinfo->recv_key != NULL)
823 sctp_free_key(authinfo
[all...]
H A Dsctp_output.c3566 struct sctp_authinfo authinfo; local
3640 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3642 sndrcvinfo->sinfo_keynumber = authinfo.auth_keynumber;
5202 if (stcb->asoc.authinfo.random != NULL) {
5211 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len;
5213 memcpy(randp, stcb->asoc.authinfo.random->key, parameter_len);
6796 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;
8252 auth_keyid = stcb->asoc.authinfo.active_keyid;
8620 stcb->asoc.authinfo.active_keyid,
8890 stcb->asoc.authinfo
[all...]
H A Dsctp_structs.h1121 sctp_authinfo_t authinfo; /* randoms, cached keys */ member in struct:sctp_association

Completed in 93 milliseconds