Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c225 outlet = &xst->authdata.generic.usr;
229 outlet = &xst->authdata.generic.pwd;
253 if ((xst->authdata.generic.usr != NULL) &&
254 (xst->authdata.generic.pwd != NULL)) {
257 char *usr = xst->authdata.generic.usr;
258 char *pwd = xst->authdata.generic.pwd;
383 char *usr = xst->authdata.generic.usr;
1322 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1641 if (xst->authdata.generic.usr)
1642 racoon_free(xst->authdata.generic.usr);
[all …]
Disakmp_xauth.h69 } authdata; member
Disakmp_cfg.c1909 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) {
1911 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
/external/tcpdump/
Dprint-zephyr.c45 const char *authdata; member
187 PARSE_FIELD_STR(z.authdata); in zephyr_print()
Dprint-isakmp.c2311 const u_char *authdata = (const u_char*)ext + sizeof(a); in ikev2_auth_print() local
2327 if (!rawprint(ndo, (const uint8_t *)authdata, len - sizeof(a))) in ikev2_auth_print()
2331 if (!ike_show_somedata(ndo, authdata, ep)) in ikev2_auth_print()
/external/tcpdump/tests/
Dikev2pI2.out41 …(v2auth: len=196 method=rsasig authdata=(000000000000000000000000000000000000000000000000000000000…
/external/scapy/scapy/contrib/
Deigrp.uts199 p = IP()/EIGRP(tlvlist=[EIGRPAuthData(authdata=b"\xaa\xbb\xcc")])
203 p = IP()/EIGRP(tlvlist=[EIGRPAuthData(authdata=b"\xaa\xbb\xcc\xdd")])
Deigrp.py228 keysize = len(self.authdata)
Dospf.py156 FieldLenField("len", 20, fmt="B", length_of=lambda x: x.authdata),
/external/scapy/test/
Dregression.uts4886 p.otype == 9 and p.olen == 17 and p.subtype == 1 and p.mspi == 0 and p.authdata == b"A"*12
4889 raw(MIP6OptMsgAuth(authdata="B"*16, mspi=0xeeeeeeee, subtype=0xff)) == b'\t\x15\xff\xee\xee\xee\xee…
4893 p.otype == 9 and p.olen == 21 and p.subtype == 255 and p.mspi == 0xeeeeeeee and p.authdata == b"B"*…