Home
last modified time | relevance | path

Searched refs:a_words (Results 1 – 25 of 54) sorted by relevance

123

/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/
H A Dmultiply_32.c53 …addmul32(uint32_t* t, size_t offset, const uint32_t *a, uint32_t b, size_t t_words, size_t a_words) in addmul32() argument
61 assert(t_words >= a_words); in addmul32()
66 if (a_words == 0) { in addmul32()
74 for (i=0; i<(a_words ^ (a_words & 1U)); i+=2) { in addmul32()
107 for (; i<a_words; i++) { in addmul32()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/
H A Dmultiply_32.c53 …addmul32(uint32_t* t, size_t offset, const uint32_t *a, uint32_t b, size_t t_words, size_t a_words) in addmul32() argument
61 assert(t_words >= a_words); in addmul32()
66 if (a_words == 0) { in addmul32()
74 for (i=0; i<(a_words ^ (a_words & 1U)); i+=2) { in addmul32()
107 for (; i<a_words; i++) { in addmul32()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/montgomerymultiply/
H A DMontgomeryMultiplyTest.java137 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
141 newBigInteger(a_words), in montgomeryMultiply()
150 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
153 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
156 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/montgomerymultiply/
H A DMontgomeryMultiplyTest.java137 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
141 newBigInteger(a_words), in montgomeryMultiply()
150 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
153 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
156 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/audio/p5-MP3-Tag/MP3-Tag-1.15/examples/
H A Dextract-y.pl140 my ($a_words, $b_words) = (0,0);
141 $a_words = 1 if $a =~ /[^-\d\s]/; # Check non-ranges
143 return undef if $a_words and $b_words;
145 my $diff_w = $a_words <=> $b_words;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(a_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(a_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java176 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
180 newBigInteger(a_words), in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
192 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
195 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java176 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
180 newBigInteger(a_words), in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
192 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
195 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java176 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
180 newBigInteger(a_words), in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
192 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
195 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(a_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(a_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(a_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare()
470 bn_sqr_small(r_words.get(), num_r, a_words.get(), num_a); in TestSquare()
657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
737 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), a_words.get(), in TestModSquare()
746 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
748 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), in TestModSquare()
797 a_words(new BN_ULONG[m_width]); in TestModExp() local
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare()
470 bn_sqr_small(r_words.get(), num_r, a_words.get(), num_a); in TestSquare()
657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
737 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), a_words.get(), in TestModSquare()
746 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
748 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), in TestModSquare()
797 a_words(new BN_ULONG[m_width]); in TestModExp() local
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare()
470 bn_sqr_small(r_words.get(), num_r, a_words.get(), num_a); in TestSquare()
657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
737 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), a_words.get(), in TestModSquare()
746 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
748 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), in TestModSquare()
797 a_words(new BN_ULONG[m_width]); in TestModExp() local
[all …]
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/bn/
H A Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare()
470 bn_sqr_small(r_words.get(), num_r, a_words.get(), num_a); in TestSquare()
657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
737 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), a_words.get(), in TestModSquare()
746 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
748 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), in TestModSquare()
797 a_words(new BN_ULONG[m_width]); in TestModExp() local
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/
H A Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare()
470 bn_sqr_small(r_words.get(), num_r, a_words.get(), num_a); in TestSquare()
678 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
757 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
758 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), a_words.get(), in TestModSquare()
767 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
769 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), in TestModSquare()
818 a_words(new BN_ULONG[m_width]); in TestModExp() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test.cc460 std::unique_ptr<BN_ULONG[]> a_words(new BN_ULONG[num_a]), in TestSquare() local
462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
464 bn_mul_small(r_words.get(), num_r, a_words.get(), num_a, a_words.get(), in TestSquare()
470 bn_sqr_small(r_words.get(), num_r, a_words.get(), num_a); in TestSquare()
657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
721 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
722 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), a_words.get(), in TestModSquare()
730 OPENSSL_memcpy(a_copy_words.get(), a_words.get(), in TestModSquare()
732 bn_mod_mul_montgomery_small(r_words.get(), a_words.get(), in TestModSquare()
781 a_words(new BN_ULONG[m_width]); in TestModExp() local
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/numbertheory/
H A Dmod_inv.cpp222 const size_t a_words = a.sig_words(); in inverse_mod_pow2() local
225 b.grow_to(a_words); in inverse_mod_pow2()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/numbertheory/
H A Dmod_inv.cpp222 const size_t a_words = a.sig_words(); in inverse_mod_pow2() local
225 b.grow_to(a_words); in inverse_mod_pow2()
/dports/security/botan2/Botan-2.18.2/src/lib/math/numbertheory/
H A Dmod_inv.cpp222 const size_t a_words = a.sig_words(); in inverse_mod_pow2() local
225 b.grow_to(a_words); in inverse_mod_pow2()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs282 let a_words: [Word; DEGREE] = mem::transmute(a); localVariable
284 [set2(a_words[0], b_words[0]), set2(a_words[1], b_words[1])]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs283 let a_words: [Word; DEGREE] = mem::transmute(a); localVariable
285 [set2(a_words[0], b_words[0]), set2(a_words[1], b_words[1])]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs283 let a_words: [Word; DEGREE] = mem::transmute(a); localVariable
285 [set2(a_words[0], b_words[0]), set2(a_words[1], b_words[1])]

123