Home
last modified time | relevance | path

Searched refs:OS2ECP (Results 1 – 25 of 60) sorted by relevance

123

/dports/security/botan110/Botan-1.10.17/checks/
H A Dec_tests.cpp87 PointGFp p_G = OS2ECP(sv_G_secp_comp, secp160r1); in test_point_turn_on_sp_red_mul()
151 PointGFp p_G = OS2ECP ( sv_G_secp_comp, secp160r1 ); in test_coordinates()
200 PointGFp p_G = OS2ECP(sv_G_secp_comp, curve); in test_point_mult()
226 PointGFp p_G = OS2ECP ( sv_G_secp_comp, secp160r1 ); in test_point_negative()
277 PointGFp p_encdec = OS2ECP(sv_p, curve); in test_zeropoint_enc_dec()
281 p_encdec = OS2ECP(sv_p, curve); in test_zeropoint_enc_dec()
285 p_encdec = OS2ECP(sv_p, curve); in test_zeropoint_enc_dec()
338 PointGFp p_G = OS2ECP ( sv_G_secp_comp, secp160r1 ); in test_add_point()
374 PointGFp p_G = OS2ECP ( sv_G_secp_comp, secp160r1 ); in test_sub_point()
409 PointGFp p_G = OS2ECP ( sv_G_secp_comp, secp160r1 ); in test_mult_point()
[all …]
/dports/security/botan110/Botan-1.10.17/src/math/ec_gfp/
H A Dpoint_gfp.h258 PointGFp BOTAN_DLL OS2ECP(const byte data[], size_t data_len,
261 inline PointGFp OS2ECP(const MemoryRegion<byte>& data, const CurveGFp& curve) in OS2ECP() function
262 { return OS2ECP(&data[0], data.size(), curve); } in OS2ECP()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ec_group/
H A Dec_group.h328 PointGFp OS2ECP(const uint8_t bits[], size_t len) const;
331 PointGFp OS2ECP(const std::vector<uint8_t, Alloc>& vec) const in OS2ECP() function
333 return this->OS2ECP(vec.data(), vec.size()); in OS2ECP()
H A Dpoint_gfp.h395 PointGFp BOTAN_PUBLIC_API(2,0) OS2ECP(const uint8_t data[], size_t data_len,
408 std::pair<BigInt, BigInt> BOTAN_UNSTABLE_API OS2ECP(const uint8_t data[], size_t data_len,
414 PointGFp OS2ECP(const std::vector<uint8_t, Alloc>& data, const CurveGFp& curve) in OS2ECP() function
415 { return OS2ECP(data.data(), data.size(), curve); } in OS2ECP()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ec_group/
H A Dec_group.h328 PointGFp OS2ECP(const uint8_t bits[], size_t len) const;
331 PointGFp OS2ECP(const std::vector<uint8_t, Alloc>& vec) const in OS2ECP() function
333 return this->OS2ECP(vec.data(), vec.size()); in OS2ECP()
H A Dpoint_gfp.h395 PointGFp BOTAN_PUBLIC_API(2,0) OS2ECP(const uint8_t data[], size_t data_len,
408 std::pair<BigInt, BigInt> BOTAN_UNSTABLE_API OS2ECP(const uint8_t data[], size_t data_len,
414 PointGFp OS2ECP(const std::vector<uint8_t, Alloc>& data, const CurveGFp& curve) in OS2ECP() function
415 { return OS2ECP(data.data(), data.size(), curve); } in OS2ECP()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ec_group/
H A Dec_group.h328 PointGFp OS2ECP(const uint8_t bits[], size_t len) const;
331 PointGFp OS2ECP(const std::vector<uint8_t, Alloc>& vec) const in OS2ECP() function
333 return this->OS2ECP(vec.data(), vec.size()); in OS2ECP()
H A Dpoint_gfp.h395 PointGFp BOTAN_PUBLIC_API(2,0) OS2ECP(const uint8_t data[], size_t data_len,
408 std::pair<BigInt, BigInt> BOTAN_UNSTABLE_API OS2ECP(const uint8_t data[], size_t data_len,
414 PointGFp OS2ECP(const std::vector<uint8_t, Alloc>& data, const CurveGFp& curve) in OS2ECP() function
415 { return OS2ECP(data.data(), data.size(), curve); } in OS2ECP()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecc_key/
H A Decc_key.cpp48 m_public_key{domain().OS2ECP(key_bits)}
200 m_public_key = domain().OS2ECP(public_key_bits); in EC_PrivateKey()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecc_key/
H A Decc_key.cpp48 m_public_key{domain().OS2ECP(key_bits)}
200 m_public_key = domain().OS2ECP(public_key_bits); in EC_PrivateKey()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecc_key/
H A Decc_key.cpp48 m_public_key{domain().OS2ECP(key_bits)}
200 m_public_key = domain().OS2ECP(public_key_bits); in EC_PrivateKey()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/prov/pkcs11/
H A Dp11_ecc_key.cpp25 return group.OS2ECP(ec_point); in decode_public_point()
59 m_public_key = m_domain_params.OS2ECP(ec_point); in PKCS11_EC_PublicKey()
/dports/security/botan2/Botan-2.18.2/src/lib/prov/pkcs11/
H A Dp11_ecc_key.cpp25 return group.OS2ECP(ec_point); in decode_public_point()
59 m_public_key = m_domain_params.OS2ECP(ec_point); in PKCS11_EC_PublicKey()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_ecc_key.cpp25 return group.OS2ECP(ec_point); in decode_public_point()
59 m_public_key = m_domain_params.OS2ECP(ec_point); in PKCS11_EC_PublicKey()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_ecc.cpp346 result.test_eq("encoded/decode rt works", group.OS2ECP(pt.encode(scheme)), pt); in test_ser_der()
347 result.test_eq("encoded/decode rt works", group.OS2ECP(zero.encode(scheme)), zero); in test_ser_der()
423 result.test_eq("encoded/decode rt works", group.OS2ECP(v), zero); in test_zeropoint()
589 const Botan::PointGFp p = secp160r1.OS2ECP(G_comp); in test_enc_dec_compressed_160()
605 Botan::PointGFp p_G = group.OS2ECP(sv_G_secp_comp); in test_enc_dec_compressed_256()
636 Botan::PointGFp p_G = group.OS2ECP(sv_G_secp_uncomp); in test_enc_dec_uncompressed_112()
656 Botan::PointGFp p_G = group.OS2ECP(sv_G_secp_uncomp); in test_enc_dec_uncompressed_521()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_ecc.cpp346 result.test_eq("encoded/decode rt works", group.OS2ECP(pt.encode(scheme)), pt); in test_ser_der()
347 result.test_eq("encoded/decode rt works", group.OS2ECP(zero.encode(scheme)), zero); in test_ser_der()
423 result.test_eq("encoded/decode rt works", group.OS2ECP(v), zero); in test_zeropoint()
589 const Botan::PointGFp p = secp160r1.OS2ECP(G_comp); in test_enc_dec_compressed_160()
605 Botan::PointGFp p_G = group.OS2ECP(sv_G_secp_comp); in test_enc_dec_compressed_256()
636 Botan::PointGFp p_G = group.OS2ECP(sv_G_secp_uncomp); in test_enc_dec_uncompressed_112()
656 Botan::PointGFp p_G = group.OS2ECP(sv_G_secp_uncomp); in test_enc_dec_uncompressed_521()
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/
H A DBotanUtil.cpp132 return ecGroup.OS2ECP(&repr[0], repr.size()); in byteString2ECPoint()
134 return Botan::OS2ECP(&repr[0], repr.size(), ecGroup.get_curve()); in byteString2ECPoint()
/dports/security/botan110/Botan-1.10.17/src/pubkey/ecdh/
H A Decdh.cpp25 PointGFp point = OS2ECP(w, w_len, curve); in agree()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecies/
H A Decies.cpp71 PointGFp input_point = group.OS2ECP(w, w_len); in raw_agree()
245 …m_eph_public_key_bin = m_params.domain().OS2ECP(m_eph_public_key_bin).encode(ecies_params.compress… in ECIES_Encryptor()
368 PointGFp other_public_key = m_params.domain().OS2ECP(other_public_key_bin); in do_decrypt()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecies/
H A Decies.cpp71 PointGFp input_point = group.OS2ECP(w, w_len); in raw_agree()
245 …m_eph_public_key_bin = m_params.domain().OS2ECP(m_eph_public_key_bin).encode(ecies_params.compress… in ECIES_Encryptor()
368 PointGFp other_public_key = m_params.domain().OS2ECP(other_public_key_bin); in do_decrypt()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecies/
H A Decies.cpp71 PointGFp input_point = group.OS2ECP(w, w_len); in raw_agree()
245 …m_eph_public_key_bin = m_params.domain().OS2ECP(m_eph_public_key_bin).encode(ecies_params.compress… in ECIES_Encryptor()
368 PointGFp other_public_key = m_params.domain().OS2ECP(other_public_key_bin); in do_decrypt()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/fuzzer/
H A Dos2ecp.cpp16 Botan::PointGFp point = group.OS2ECP(in, len); in check_os2ecp()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/fuzzer/
H A Dos2ecp.cpp16 Botan::PointGFp point = group.OS2ECP(in, len); in check_os2ecp()
/dports/security/botan2/Botan-2.18.2/src/fuzzer/
H A Dos2ecp.cpp16 Botan::PointGFp point = group.OS2ECP(in, len); in check_os2ecp()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecdh/
H A Decdh.cpp41 PointGFp input_point = m_group.get_cofactor() * m_group.OS2ECP(w, w_len); in raw_agree()

123