Searched refs:ph1 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_quick.c112 iph2->msgid = isakmp_newmsgid2(iph2->ph1);
113 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid);
176 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
222 && iph2->ph1->rmconf->support_mip6 == 0
274 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body);
284 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
331 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
335 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
353 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
369 plog(LLV_WARNING, LOCATION, iph2->ph1
[all...]
H A Disakmp.c671 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
679 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
683 isakmp_info_send_n1(iph2->ph1, error, NULL);
709 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
955 iph2->ph1 = iph1;
1034 isakmp_info_send_n1(iph2->ph1, error, NULL);
1050 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
1454 isakmp_pindex(&iph2->ph1->index, iph2->msgid));
1461 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0)
1466 isakmp_pindex(&iph2->ph1
[all...]
H A Disakmp_inf.c436 struct ph1handle *iph1 = iph2->ph1;
478 * When ph1->skeyid_a == NULL, send message without encoding.
519 iph2->ph1 = iph1;
533 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload);
601 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive,
613 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
746 /* delete ph1 */
H A Dhandler.c610 iph2->ph1 = iph1;
618 if (iph2->ph1 != NULL) {
619 iph2->ph1 = NULL;
H A Dhandler.h102 struct sockaddr *remote; /* remote address to negosiate ph1 */
103 struct sockaddr *local; /* local address to negosiate ph1 */
275 struct ph1handle *ph1; /* back pointer to isakmp status */ member in struct:ph2handle
285 struct sockaddr *remote; /* remote address to negosiate ph1 */
H A Dproposal.c175 cmpsaprop_alloc(ph1, pp1, pp2, side)
176 struct ph1handle *ph1;
198 switch (ph1->rmconf->pcheck_level) {
H A Dpfkey.c921 if (iph2->ph1->rmconf->support_mip6 && iph2->src_id && iph2->dst_id) {
1123 iph2->ph1->ph2cnt++;
1127 * remain it and refresh all the references between ph1 and ph2 to use.
1158 if (iph2->ph1->rmconf->support_mip6 && iph2->src_id && iph2->dst_id) {
H A Doakley.c465 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
537 this = oakley_prf(iph2->ph1->skeyid_d, seed,
538 iph2->ph1);
H A Dipsec_doi.c730 iph2->sa_ret = get_sabyproppair(ret, iph2->ph1);
820 iph2->sa_ret = get_sabyproppair(p, iph2->ph1);
979 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dldm.c263 * @ph1: First privhead
266 * This compares the two privhead structures @ph1 and @ph2.
271 static bool ldm_compare_privheads (const struct privhead *ph1, argument
274 BUG_ON (!ph1 || !ph2);
276 return ((ph1->ver_major == ph2->ver_major) &&
277 (ph1->ver_minor == ph2->ver_minor) &&
278 (ph1->logical_disk_start == ph2->logical_disk_start) &&
279 (ph1->logical_disk_size == ph2->logical_disk_size) &&
280 (ph1->config_start == ph2->config_start) &&
281 (ph1
324 ldm_validate_privheads(struct parsed_partitions *state, struct privhead *ph1) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 544 milliseconds