Searched refs:authkeyid (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1142 struct sctp_authkeyid authkeyid; local
1145 authkeyid.scact_keynumber = authkeyevent->auth_keynumber;
1147 &authkeyid, sizeof(struct sctp_authkeyid));
1504 struct sctp_authkeyid authkeyid; local
1560 getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid,
1573 authkey->sca_keynumber = authkeyid.scact_keynumber + 1;
1593 &authkeyid, sizeof(struct sctp_authkeyid));
1604 getsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_ACTIVE_KEY, &authkeyid,
1610 authkeyid.scact_keynumber = authkeyid
[all...]

Completed in 88 milliseconds