Home
last modified time | relevance | path

Searched refs:POINT_CONVERSION_UNCOMPRESSED (Results 1 – 25 of 853) sorted by relevance

12345678910>>...35

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dbufec.c61 len = EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED, in buffer_put_ecpoint_ret()
70 if (EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED, in buffer_put_ecpoint_ret()
119 if (buf[0] != POINT_CONVERSION_UNCOMPRESSED) { in buffer_get_ecpoint_ret()
122 POINT_CONVERSION_UNCOMPRESSED); in buffer_get_ecpoint_ret()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Doct.c81 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_point2oct()
93 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_point2oct()
144 form != POINT_CONVERSION_UNCOMPRESSED) || in ec_GFp_simple_oct2point()
145 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) { in ec_GFp_simple_oct2point()
152 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_oct2point()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Doct.c80 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
87 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
103 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
120 if (len != 1 + 2 * field_len || in[0] != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_from_uncompressed()
144 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_oct2point()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/ec/
H A Doct.c80 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
87 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
103 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
120 if (len != 1 + 2 * field_len || in[0] != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_from_uncompressed()
144 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_oct2point()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/ec/
H A Doct.c80 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
87 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
103 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
120 if (len != 1 + 2 * field_len || in[0] != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_from_uncompressed()
144 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_oct2point()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/ec/
H A Doct.c80 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
87 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
103 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
120 if (len != 1 + 2 * field_len || in[0] != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_from_uncompressed()
144 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_oct2point()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/ec/
H A Doct.c80 form != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
87 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
103 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_point_to_bytes()
120 if (len != 1 + 2 * field_len || in[0] != POINT_CONVERSION_UNCOMPRESSED) { in ec_point_from_uncompressed()
144 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_oct2point()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
266 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
271 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/security/libressl-static/libressl-3.3.5/crypto/ec/
H A Dec2_oct.c183 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
228 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
251 if (form == POINT_CONVERSION_UNCOMPRESSED || in ec_GF2m_simple_point2oct()
305 (form != POINT_CONVERSION_UNCOMPRESSED) && in ec_GF2m_simple_oct2point()
310 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/security/libressl/libressl-3.4.3/crypto/ec/
H A Dec2_oct.c187 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
232 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
255 if (form == POINT_CONVERSION_UNCOMPRESSED || in ec_GF2m_simple_point2oct()
322 form != POINT_CONVERSION_UNCOMPRESSED && in ec_GF2m_simple_oct2point()
327 if (form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GF2m_simple_oct2point()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/ec/
H A Dec2_oct.c183 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
228 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
251 if (form == POINT_CONVERSION_UNCOMPRESSED || in ec_GF2m_simple_point2oct()
305 (form != POINT_CONVERSION_UNCOMPRESSED) && in ec_GF2m_simple_oct2point()
310 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/ec/
H A Dec2_oct.c183 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
228 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
251 if (form == POINT_CONVERSION_UNCOMPRESSED || in ec_GF2m_simple_point2oct()
305 (form != POINT_CONVERSION_UNCOMPRESSED) && in ec_GF2m_simple_oct2point()
310 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/www/obhttpd/libressl-3.4.1/crypto/ec/
H A Dec2_oct.c187 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
232 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
255 if (form == POINT_CONVERSION_UNCOMPRESSED || in ec_GF2m_simple_point2oct()
322 form != POINT_CONVERSION_UNCOMPRESSED && in ec_GF2m_simple_oct2point()
327 if (form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GF2m_simple_oct2point()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/ec/
H A Dec2_oct.c184 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
233 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
258 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
316 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
321 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/ec/
H A Dec2_oct.c184 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
233 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
258 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
316 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
321 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
266 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
271 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Dec2_oct.c124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct()
254 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()

12345678910>>...35