/external/ipsec-tools/src/racoon/ |
D | isakmp_quick.c | 115 iph2->msgid = isakmp_newmsgid2(iph2->ph1); 116 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid); 179 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size); 225 && iph2->ph1->rmconf->support_proxy == 0 277 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body); 287 iph2->retry_counter = iph2->ph1->rmconf->retry_counter; 334 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 338 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive); 356 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 372 plog(LLV_WARNING, LOCATION, iph2->ph1->remote, [all …]
|
D | proposal.c | 194 cmpsaprop_alloc(ph1, pp1, pp2, side) in cmpsaprop_alloc() argument 195 struct ph1handle *ph1; in cmpsaprop_alloc() 217 switch (ph1->rmconf->pcheck_level) { 443 if ((ph1->natt_flags & NAT_DETECTED) && 448 s_ipsecdoi_encmode(pr2->encmode - ph1->natt_options->mode_udp_diff)); 449 pr2->encmode -= ph1->natt_options->mode_udp_diff; 453 if ((ph1->natt_flags & NAT_DETECTED) && 459 s_ipsecdoi_encmode(pr1->encmode - ph1->natt_options->mode_udp_diff), 460 pr1->encmode - ph1->natt_options->mode_udp_diff); 461 pr1->encmode -= ph1->natt_options->mode_udp_diff; [all …]
|
D | isakmp.c | 972 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 980 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 984 isakmp_info_send_n1(iph2->ph1, error, NULL); 1008 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 1324 iph2->ph1 = iph1; 1383 isakmp_info_send_n1(iph2->ph1, error, NULL); 1399 plog(LLV_ERROR, LOCATION, iph2->ph1->remote, 1949 if (iph2->ph1->status == PHASE1ST_EXPIRED){ 1952 isakmp_pindex(&iph2->ph1->index, iph2->msgid)); 1959 isakmp_pindex(&iph2->ph1->index, iph2->msgid)); [all …]
|
D | pfkey.c | 850 proxy = iph2->ph1->rmconf->support_proxy; 1040 proxy = iph2->ph1->rmconf->support_proxy; 1111 sa_args.l_natt_type = iph2->ph1->natt_options->encaps_type; 1112 sa_args.l_natt_sport = extract_port (iph2->ph1->remote); 1113 sa_args.l_natt_dport = extract_port (iph2->ph1->local); 1116 sa_args.l_natt_frag = iph2->ph1->rmconf->esp_frag; 1281 iph2->ph1->ph2cnt++; 1291 set_port(iph2->src, extract_port(iph2->ph1->local)); 1292 set_port(iph2->dst, extract_port(iph2->ph1->remote)); 1327 proxy = iph2->ph1->rmconf->support_proxy; [all …]
|
D | nattraversal.h | 45 #define NATT_AVAILABLE(ph1) ((iph1)->natt_flags & NAT_ANNOUNCED) argument
|
D | handler.c | 482 if (p->msgid == msgid && p->ph1 == iph1) 778 iph2->ph1 = iph1; 786 if (iph2->ph1 != NULL) { 787 iph2->ph1 = NULL; 1128 if (iph2->ph1 != NULL) in revalidate_ph2() 1129 iph1=iph2->ph1; in revalidate_ph2()
|
D | isakmp_inf.c | 839 struct ph1handle *iph1 = iph2->ph1; 923 iph2->ph1 = iph1; 937 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload); 1005 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive, 1014 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
|
D | handler.h | 319 struct ph1handle *ph1; /* back pointer to isakmp status */ member
|
D | isakmp_cfg.c | 1165 iph2->ph1 = iph1; 1184 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload); 1255 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, 1264 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
|
D | oakley.c | 534 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1); 607 this = oakley_prf(iph2->ph1->skeyid_d, seed, 608 iph2->ph1);
|
D | ipsec_doi.c | 908 iph2->sa_ret = get_sabyproppair(ret, iph2->ph1); 1000 iph2->sa_ret = get_sabyproppair(p, iph2->ph1); 1172 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side); 3191 if (iph2->ph1->natt_flags & NAT_DETECTED) { 3192 int udp_diff = iph2->ph1->natt_options->mode_udp_diff;
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | pr31718.ll | 17 ph1: 21 %d.0 = phi i32 [ %1, %latch1 ], [ undef, %ph1 ]
|
/external/angle/src/common/third_party/smhasher/src/ |
D | PMurHash.cpp | 187 void PMurHash32_Process(uint32_t *ph1, uint32_t *pcarry, const void *key, int len) in PMurHash32_Process() argument 189 uint32_t h1 = *ph1; in PMurHash32_Process() 273 *ph1 = h1; in PMurHash32_Process()
|
D | PMurHash.h | 52 void PMurHash32_Process(MH_UINT32 *ph1, MH_UINT32 *pcarry, const void *key, int len);
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | unbatch_test.py | 173 ph1 = array_ops.placeholder(dtypes.int32, shape=[None]) 175 data = dataset_ops.Dataset.from_tensors((ph1, ph2)) 185 ph1: np.arange(7).astype(np.int32), 195 ph1: np.arange(7).astype(np.int32),
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | local_cli_wrapper_test.py | 403 ph1 = array_ops.placeholder(dtypes.float32) 405 a = math_ops.add(ph1, ph2) 406 tensor_runner = wrapped_sess.make_callable(a, feed_list=[ph1, ph2]) 437 ph1 = array_ops.placeholder(dtypes.float32, name="callable_ph1") 438 a = math_ops.add(ph1, ph1, "callable_a") 463 ph1 = array_ops.placeholder(dtypes.float32, name="callable_ph1") 465 a = math_ops.add(ph1, ph2, "callable_a")
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerStepInterpolator.java | 268 final double ph1 = ydiff + 0.25 * (aspl - bspl); in computeCoefficients() local 269 polynoms[5][i] = 16 * (yMidDots[1][i] - ph1); in computeCoefficients()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 89 PathHeader ph1 = pathHeaderFactory.fromPath(path1); in tempTestAnnotation() local 90 logln(ph1.toString() + "\t" + path1); in tempTestAnnotation() 98 assertNotEquals("pathheader", ph1, ph2); in tempTestAnnotation() 99 assertNotEquals("pathheader", ph1.toString(), ph2.toString()); in tempTestAnnotation() 100 assertRelation("pathheader", true, ph1, TestFmwkPlus.LEQ, ph3); in tempTestAnnotation() 237 PathHeader ph1 = pathHeaderFactory.fromPath(p1); in Test6170() local 239 int comp12 = ph1.compareTo(ph2); in Test6170() 240 int comp21 = ph2.compareTo(ph1); in Test6170()
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 939 int ph1 = tjPlaneHeight(1, height, subsamp); in tjEncodeYUV3() local 943 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjEncodeYUV3() 1134 int ph1 = tjPlaneHeight(1, height, subsamp); in tjCompressFromYUV() local 1138 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjCompressFromYUV() 1601 int ph1 = tjPlaneHeight(1, height, subsamp); in tjDecodeYUV() local 1605 srcPlanes[2] = srcPlanes[1] + strides[1] * ph1; in tjDecodeYUV() 1843 int ph1 = tjPlaneHeight(1, height, jpegSubsamp); in tjDecompressToYUV2() local 1847 dstPlanes[2] = dstPlanes[1] + strides[1] * ph1; in tjDecompressToYUV2()
|
/external/ipsec-tools/ |
D | ChangeLog | 205 established ph1 handles in DPD (also reported new getph1byaddr() 326 * src/racoon/handler.c: search a ph1 by address if iph2->ph1 is 356 * src/racoon/isakmp_inf.c: Store the DPD main scheduler in ph1 446 expire a ph1 handle when receiving a DELETE-SA instead of calling
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartDelta.java | 704 …PathHeader ph1 = phf.fromPath("//supplementalData/metadata/alias/subdivisionAlias[@type=\"TW-TXQ\"… in writeDiffs() local 706 ph1.compareTo(ph2); in writeDiffs()
|