Searched refs:authdata (Results 1 – 10 of 10) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | isakmp_xauth.c | 225 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 …]
|
D | isakmp_xauth.h | 69 } authdata; member
|
D | isakmp_cfg.c | 1909 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) { 1911 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
|
/external/tcpdump/ |
D | print-zephyr.c | 45 const char *authdata; member 187 PARSE_FIELD_STR(z.authdata); in zephyr_print()
|
D | print-isakmp.c | 2311 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/ |
D | ikev2pI2.out | 41 …(v2auth: len=196 method=rsasig authdata=(000000000000000000000000000000000000000000000000000000000…
|
/external/scapy/scapy/contrib/ |
D | eigrp.uts | 199 p = IP()/EIGRP(tlvlist=[EIGRPAuthData(authdata=b"\xaa\xbb\xcc")]) 203 p = IP()/EIGRP(tlvlist=[EIGRPAuthData(authdata=b"\xaa\xbb\xcc\xdd")])
|
D | eigrp.py | 228 keysize = len(self.authdata)
|
D | ospf.py | 156 FieldLenField("len", 20, fmt="B", length_of=lambda x: x.authdata),
|
/external/scapy/test/ |
D | regression.uts | 4886 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"*…
|