Home
last modified time | relevance | path

Searched refs:pkj (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/security/py-coincurve/coincurve-16.0.0/libsecp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 secp256k1_gej pkj; in secp256k1_schnorrsig_verify() local
226 secp256k1_gej_set_ge(&pkj, &pk); in secp256k1_schnorrsig_verify()
227 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_schnorrsig_verify()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/secp256k1-sys-0.4.1/depend/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h195 rustsecp256k1_v0_4_1_gej pkj; in rustsecp256k1_v0_4_1_schnorrsig_verify() local
226 rustsecp256k1_v0_4_1_gej_set_ge(&pkj, &pk); in rustsecp256k1_v0_4_1_schnorrsig_verify()
227 rustsecp256k1_v0_4_1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in rustsecp256k1_v0_4_1_schnorrsig_verify()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/src/modules/musig/
H A Dmain_impl.h103 secp256k1_gej pkj; in secp256k1_musig_pubkey_combine() local
118 …if (!secp256k1_ecmult_multi_var(&ctx->error_callback, &ctx->ecmult_ctx, scratch, &pkj, NULL, secp2… in secp256k1_musig_pubkey_combine()
121 secp256k1_ge_set_gej(&pkp, &pkj); in secp256k1_musig_pubkey_combine()
576 secp256k1_gej pkj; in secp256k1_musig_partial_sig_verify() local
625 secp256k1_gej_set_ge(&pkj, &pkp); in secp256k1_musig_partial_sig_verify()
626 secp256k1_ecmult(&ctx->ecmult_ctx, &rj, &pkj, &e, &s); in secp256k1_musig_partial_sig_verify()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_polygon.c284 M_Vector2 pkj = M_VecSub2p(&pk, &pj); in M_PolygonIsConvex() local
287 dot = M_VecPerpDot2p(&pji, &pkj); in M_PolygonIsConvex()
/dports/science/hypre/hypre-2.23.0/src/utilities/
H A Dfortran_matrix.c651 HYPRE_Real* pkj; /* &u(k,j) */ in utilities_FortranMatrixUpperInv() local
679 pkj = pij + 1; in utilities_FortranMatrixUpperInv()
680 for ( k = i + 1; k <= j; k++, pik += jc, pkj++ ) { in utilities_FortranMatrixUpperInv()
681 v -= (*pik) * (*pkj); in utilities_FortranMatrixUpperInv()
/dports/chinese/tintin++/tt/mods/
H A D1.8.mods1158 Wed May 27 18:16:43 1998 Peter Kjellerstedt <pkj@saur.axis.se>
1170 Tue Apr 29 09:05:47 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1174 Sun Apr 27 20:51:11 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1184 Wed Apr 23 23:17:49 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1200 Mon Apr 21 21:11:32 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1217 Fri Apr 18 12:54:11 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1239 Wed Apr 16 17:44:45 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1253 Sun Apr 13 02:36:34 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1260 Sat Apr 12 15:22:38 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1271 Thu Apr 10 17:40:35 1997 Peter Kjellerstedt <pkj@saur.axis.se>
[all …]
/dports/net/tintin++/tt/mods/
H A D1.8.mods1158 Wed May 27 18:16:43 1998 Peter Kjellerstedt <pkj@saur.axis.se>
1170 Tue Apr 29 09:05:47 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1174 Sun Apr 27 20:51:11 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1184 Wed Apr 23 23:17:49 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1200 Mon Apr 21 21:11:32 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1217 Fri Apr 18 12:54:11 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1239 Wed Apr 16 17:44:45 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1253 Sun Apr 13 02:36:34 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1260 Sat Apr 12 15:22:38 1997 Peter Kjellerstedt <pkj@saur.axis.se>
1271 Thu Apr 10 17:40:35 1997 Peter Kjellerstedt <pkj@saur.axis.se>
[all …]
/dports/audio/snd/snd-21.2/
H A Dsnd-fft.c301 mus_long_t i, j, k, hop, pkj; in find_and_sort_transform_peaks() local
321 pkj = 0; in find_and_sort_transform_peaks()
328 oldpkj = pkj; in find_and_sort_transform_peaks()
334 pkj = i + k; in find_and_sort_transform_peaks()
335 ra = buf[pkj]; /* reflect user's view of the graph */ in find_and_sort_transform_peaks()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/py-gstreamer1/gst-python-1.16.3/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/common/
H A DChangeLog253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
588 Patch by: Peter Kjellerstedt <pkj axis com>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>

12345678910>>...14