/external/ipsec-tools/src/racoon/ |
isakmp_ident.c | 648 memcpy(iph1->ivm->ive->v, iph1->ivm->iv->v, iph1->ivm->iv->l); 694 msg = oakley_do_decrypt(iph1, msg0, iph1->ivm->iv, iph1->ivm->ive); 785 memcpy(iph1->ivm->iv->v, iph1->ivm->ive->v, iph1->ivm->ive->l); 839 memcpy(iph1->ivm->iv->v, iph1->ivm->ive->v, iph1->ivm->iv->l); 1365 msg = oakley_do_decrypt(iph1, msg0, iph1->ivm->iv, iph1->ivm->ive); [all...] |
handler.h | 363 * initialize iv(A), ive(A). initialize iv(A), ive(A). 364 * encode by ive(A). 365 * save to iv(B). ---[packet(B)]--> save to ive(B). 368 * sync iv(B) with ive(B). 370 * encode by ive(B). 371 * save to ive(C). <--[packet(C)]--- save to iv(C). 378 * initialize iv(A), ive(A). initialize iv(A), ive(A). 379 * encode by ive(A) 405 vchar_t *ive; \/* for encoding packet *\/ member in struct:isakmp_ivm [all...] |
isakmp_quick.c | 339 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive); 616 iph2->sendbuf = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv); 716 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive); 865 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive); [all...] |
isakmp_agg.c | [all...] |
isakmp_inf.c | 160 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive); 1006 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive, [all...] |
isakmp_cfg.c | 176 dmsg = oakley_do_decrypt(iph1, msg, ivm->iv, ivm->ive); 1256 ics->ivm->ive, ics->ivm->iv); [all...] |
isakmp_base.c | 730 memcpy(iph1->ivm->iv->v, iph1->ivm->ive->v, iph1->ivm->iv->l); [all...] |
oakley.c | [all...] |
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/ |
jaxb-core-2.2.11.jar | |