Searched refs:keytag (Results 1 – 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | getcertsbyname.c | 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert) in getnewci() argument 71 int qtype, keytag, algorithm, flags, certlen; in getnewci() 82 res->ci_keytag = keytag; 127 int type, keytag, algorithm; local 168 GETSHORT(keytag, cp); /* key tag */ 175 type, keytag, algorithm, rdlength); 179 cur->ci_next = getnewci(type, keytag, algorithm, 214 int qtype, qclass, keytag, algorithm; local 301 GETSHORT(keytag, cp); /* key tag */ 314 qtype, keytag, algorithm, rdlength); [all …]
|
/external/scapy/test/ |
D | dnssecRR.uts | 82 t = DNSRRRSIG(rrname="test.example.com.", type=46, rclass=12, ttl=64, originalttl=2807, keytag=42, … 88 t.rrname == b'isc.org.' and t.labels == 2 and t.keytag == 60726 and t.signature[-4:] == b'\xd2\x99\… 113 t.rrname == b'isc.org.' and t.keytag == 12892 and t.algorithm == 5 and t.digesttype == 1 and t.dige…
|