Home
last modified time | relevance | path

Searched refs:curve25519_square_times (Results 1 – 25 of 97) sorted by relevance

1234

/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/ed25519-donna/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ed25519-donna/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/ed25519-donna/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/externals/ed25519-donna/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
62 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/ed25519/donna/
H A Dcurve25519-donna-helpers.h30 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
32 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
34 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
36 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
38 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
53 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
54 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
57 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
60 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
75 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/security/tor/tor-0.4.6.8/src/ext/ed25519/donna/
H A Dcurve25519-donna-helpers.h30 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
32 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
34 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
36 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
38 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
53 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
54 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
57 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
60 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
75 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/security/mkp224o/mkp224o-1.5.0/ed25519/ed25519-donna/
H A Dcurve25519-donna-helpers.h17 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
19 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
21 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
23 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
25 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
40 /* 2 */ curve25519_square_times(a, z, 1); /* a = 2 */ in curve25519_recip()
41 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
44 /* 22 */ curve25519_square_times(t0, a, 1); in curve25519_recip()
47 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()
102 /* 22 */ curve25519_square_times(t0, c, 1); in curve25519_pow_two252m3()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/curve25519-donna/
H A Dcurve25519-donna-common.h10 /* 2^10 - 2^5 */ curve25519_square_times(t0, b, 5); in curve25519_pow_two5mtwo0_two250mtwo0()
12 /* 2^20 - 2^10 */ curve25519_square_times(t0, b, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
14 /* 2^40 - 2^20 */ curve25519_square_times(t0, c, 20); in curve25519_pow_two5mtwo0_two250mtwo0()
16 /* 2^50 - 2^10 */ curve25519_square_times(t0, t0, 10); in curve25519_pow_two5mtwo0_two250mtwo0()
18 /* 2^100 - 2^50 */ curve25519_square_times(t0, b, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^200 - 2^100 */ curve25519_square_times(t0, c, 100); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^250 - 2^50 */ curve25519_square_times(t0, t0, 50); in curve25519_pow_two5mtwo0_two250mtwo0()
34 /* 8 */ curve25519_square_times(t0, a, 2); in curve25519_recip()
40 /* 2^255 - 2^5 */ curve25519_square_times(b, b, 5); in curve25519_recip()

1234