/external/ipsec-tools/src/racoon/ |
isakmp_quick.c | 311 quick_i2recv(iph2, msg0) 313 vchar_t *msg0; 319 struct isakmp *isakmp = (struct isakmp *)msg0->v; 334 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 339 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive); 553 quick_i2send(iph2, msg0) 555 vchar_t *msg0; 634 iph2->sendbuf, msg0) == -1) { 692 quick_i3recv(iph2, msg0) 694 vchar_t *msg0; [all...] |
isakmp_ident.c | 572 ident_i3send(iph1, msg0) 574 vchar_t *msg0; 641 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg0) == -1) { 667 ident_i4recv(iph1, msg0) 669 vchar_t *msg0; 688 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 694 msg = oakley_do_decrypt(iph1, msg0, iph1->ivm->iv, iph1->ivm->ive); 1338 ident_r3recv(iph1, msg0) 1340 vchar_t *msg0; 1359 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) [all...] |
isakmp_inf.c | 124 isakmp_info_recv(iph1, msg0) 126 vchar_t *msg0; 143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E); 144 msgid = ((struct isakmp *)msg0->v)->msgid; 156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid); 160 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive); 166 msg = vdup(msg0); [all...] |
isakmp_agg.c | 1317 agg_r2recv(iph1, msg0) 1319 vchar_t *msg0; 1340 if (ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) [all...] |
/external/chromium_org/remoting/host/win/ |
host_messages.mc.jinja2 | 14 {{ lang | replace("-", "_") }}=0x{{ lang | GetLangId }}:MSG0{{ lang | GetLangId}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 165 msg0 = self._box.get_message(key0) 166 self.assertIsInstance(msg0, mailbox.Message) 167 self.assertEqual(msg0['from'], 'foo') 168 self.assertEqual(msg0.get_payload(), '0\n') 182 msg0 = self._box.get_file(key0) 183 self.assertEqual(msg0.read().replace(os.linesep, '\n'), 188 msg0.close() 529 msg0 = mailbox.MaildirMessage(self._template % 0) 530 msg0.set_flags('TP') 531 key = self._box.add(msg0) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 165 msg0 = self._box.get_message(key0) 166 self.assertIsInstance(msg0, mailbox.Message) 167 self.assertEqual(msg0['from'], 'foo') 168 self.assertEqual(msg0.get_payload(), '0\n') 182 msg0 = self._box.get_file(key0) 183 self.assertEqual(msg0.read().replace(os.linesep, '\n'), 188 msg0.close() 529 msg0 = mailbox.MaildirMessage(self._template % 0) 530 msg0.set_flags('TP') 531 key = self._box.add(msg0) [all...] |
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
auth_driver.c | 58 const uint16_t msg0[9] = { variable
|
/external/srtp/crypto/test/ |
auth_driver.c | 58 const uint16_t msg0[9] = { variable
|