HomeSort by relevance Sort by last modified time
    Searched refs:trns (Results 1 - 7 of 7) sorted by null

  /external/ipsec-tools/src/racoon/
ipsec_doi.c 340 struct isakmp_pl_t *trns = p->trns; local
345 "prop#=%d, prot-id=%s, spi-size=%d, #trns=%d\n",
350 "trns#=%d, trns-id=%s\n",
351 trns->t_no,
352 s_ipsecdoi_trns(prop->proto_id, trns->t_id));
357 if (t2isakmpsa(trns, tsap) < 0)
486 if (t2isakmpsa(p->trns, &sa) < 0)
492 "DB(prop#%d:trns#%d):Peer(prop#%d:trns#%d) =
1467 struct isakmp_pl_t *trns; local
2729 struct isakmp_pl_t *trns = NULL; local
2948 struct isakmp_pl_t *trns; local
    [all...]
security.c 76 struct isakmp_pl_t *trns; local
128 trns = (struct isakmp_pl_t *)ta->ptr;
130 len = ntohs(trns->h.len) - sizeof(struct isakmp_pl_t);
131 d = (struct isakmp_data *)((caddr_t)trns + sizeof(struct isakmp_pl_t));
proposal.h 144 struct isakmp_pl_t *trns; member in struct:prop_pair
strnames.c 301 { ISAKMP_NPTYPE_T, "trns", NULL },
505 s_ipsecdoi_trns(proto, trns)
506 int proto, trns;
512 return (name_ipsecdoi_proto[i].f)(trns);
513 return num2str(trns);
proposal.c 802 "#trns=%d trns#=%d trns-id=%s\n",
806 t->trns->t_no,
808 t->trns->t_id));
819 if (ipsecdoi_t2satrns(t->trns,
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 37 "basn3p08-trns",
64 "basn3p08-trns",
109 // transparency (in the tRNS chunk) is separate to the color/grayscale/palette
114 // can't otherwise discriminate PNG's "IHDR says color (with no alpha) but tRNS
184 // Write the PLTE and tRNS (if applicable).
209 io.WriteString(w, "tRNS {\n")
221 // We fake a tRNS chunk. The test files' grayscale and truecolor
227 io.WriteString(w, "tRNS {\n")
241 io.WriteString(w, "tRNS {\n")
528 0000030: 0000 0001 7452 4e53 7f80 5cb4 cb00 0000 ....tRNS..\....
    [all...]
  /prebuilts/go/linux-x86/src/image/png/
reader_test.go 37 "basn3p08-trns",
64 "basn3p08-trns",
109 // transparency (in the tRNS chunk) is separate to the color/grayscale/palette
114 // can't otherwise discriminate PNG's "IHDR says color (with no alpha) but tRNS
184 // Write the PLTE and tRNS (if applicable).
209 io.WriteString(w, "tRNS {\n")
221 // We fake a tRNS chunk. The test files' grayscale and truecolor
227 io.WriteString(w, "tRNS {\n")
241 io.WriteString(w, "tRNS {\n")
528 0000030: 0000 0001 7452 4e53 7f80 5cb4 cb00 0000 ....tRNS..\....
    [all...]

Completed in 438 milliseconds