Searched refs:tbd (Results 1 - 9 of 9) sorted by relevance

/external/scapy/scapy/layers/tls/crypto/
H A Dh_mac.py57 def digest(self, tbd):
60 return hmac.new(raw(self.key), raw(tbd), self.hash_alg.hash_cls).digest()
62 def digest_sslv3(self, tbd):
77 h.digest(self.key + pad1 + tbd))
84 def digest(self, tbd):
87 def digest_sslv3(self, tbd):
H A Dhash.py33 def digest(self, tbd):
34 return self.hash_cls(tbd).digest()
40 def digest(self, tbd):
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
H A Dpxe_undi.c224 struct s_PXENV_UNDI_TBD tbd; local
261 copy_from_real ( &tbd, undi_transmit->TBD.segment,
262 undi_transmit->TBD.offset, sizeof ( tbd ) );
263 len = tbd.ImmedLength;
264 DBG2 ( " %04x:%04x+%x", tbd.Xmit.segment, tbd.Xmit.offset,
265 tbd.ImmedLength );
266 for ( i = 0 ; i < tbd.DataBlkCount ; i++ ) {
267 datablk = &tbd.DataBlock[i];
281 copy_from_real ( iob_put ( iobuf, tbd
[all...]
/external/scapy/scapy/layers/tls/
H A Dkeyexchange_tls13.py244 tbd, rem = m[:l], m[l:]
245 return self.cls(tbd)/Padding(rem)
H A Dkeyexchange.py850 tbd = m
859 tbd = m[2:]
862 decrypted = s.server_tmp_rsa_key.decrypt(tbd)
865 decrypted = s.server_rsa_key.decrypt(tbd)
H A Dhandshake.py913 tbd, rem = m[:l], m[l:]
922 return Raw(tbd)/Padding(rem)
924 return cls(tbd, tls_session=s)/Padding(rem)
/external/v8/tools/mb/
H A Dmb.py216 help='check whether tbd and master-only bots actually'
455 tbd = set()
462 if config == 'tbd':
463 tbd.add(builder)
479 if self.args.check_compile and (tbd or master_only):
480 either = tbd | master_only
484 if master_only or config_only or tbd or gyp:
487 PrintBuilders(STAT_TBD, tbd, notes)
/external/syslinux/core/lwip/src/netif/
H A Dundiif.c471 t_PXENV_UNDI_TBD tbd; member in struct:pxe_xmit
528 pxe.xmit.TBD = FAR_PTR(&pxe.tbd);
529 pxe.tbd.ImmedLength = pbuf->tot_len;
530 pxe.tbd.Xmit = FAR_PTR(pkt_buf);
/external/python/cpython2/Parser/
H A Dspark.py211 tbd = []
231 tbd.append(rule)
235 for lhs, rhs in tbd:

Completed in 2705 milliseconds