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

/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c340 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#
1463 struct isakmp_pl_t *trns; local
2725 struct isakmp_pl_t *trns = NULL; local
2944 struct isakmp_pl_t *trns; local
[all...]
H A Dsecurity.c76 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));
H A Dproposal.h144 struct isakmp_pl_t *trns; member in struct:prop_pair
H A Dstrnames.c301 { 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);
H A Dproposal.c802 "#trns=%d trns#=%d trns-id=%s\n",
806 t->trns->t_no,
808 t->trns->t_id));
819 if (ipsecdoi_t2satrns(t->trns,
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1807 self.trns = None
1836 self.trns = data
1974 if self.trns or alpha == 'force':
1975 trns = array('B', self.trns or '')
1976 trns.extend([255]*(len(plte)-len(trns)))
1977 plte = map(operator.add, plte, group(trns, 1))
2021 if not self.colormap and not self.trns and not self.sbit:
2028 meta['alpha'] = bool(self.trns)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
H A DPNGImageDecoder.cpp333 png_bytep trns = 0; local
336 png_get_tRNS(png, info, &trns, &trnsCount, 0);

Completed in 184 milliseconds