Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
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()
Dec_key.c124 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
Dec_test.cc708 group(), point.get(), POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, nullptr); in TEST_P()
714 EC_POINT_point2oct(group(), point.get(), POINT_CONVERSION_UNCOMPRESSED, in TEST_P()
Dec.c1042 if (form != POINT_CONVERSION_UNCOMPRESSED) { in EC_GROUP_set_point_conversion_form()
/external/openssh/
Dsshbuf-getput-crypto.c82 if (*d != POINT_CONVERSION_UNCOMPRESSED) in get_ec()
201 if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED, in sshbuf_put_ec()
206 if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED, in sshbuf_put_ec()
/external/boringssl/src/ssl/
Dssl_key_share.cc70 POINT_CONVERSION_UNCOMPRESSED, bn_ctx.get())) { in Offer()
101 if (peer_key.empty() || peer_key[0] != POINT_CONVERSION_UNCOMPRESSED || in Finish()
Dssl_cert.cc720 EC_KEY_get_conv_form(ec_key) != POINT_CONVERSION_UNCOMPRESSED) { in ssl_check_leaf_certificate()
/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c83 POINT_CONVERSION_UNCOMPRESSED, NULL) || in eckey_pub_encode()
/external/boringssl/src/include/openssl/
Dec.h91 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
/external/boringssl/src/tool/
Dspeed.cc526 POINT_CONVERSION_UNCOMPRESSED, nullptr, 0, nullptr); in SpeedECDHCurve()
533 POINT_CONVERSION_UNCOMPRESSED, peer_value.get(), peer_value_len, nullptr); in SpeedECDHCurve()
/external/openssh/regress/unittests/sshkey/
Dtest_file.c299 EC_KEY_get0_public_key(k1->ecdsa), POINT_CONVERSION_UNCOMPRESSED, in sshkey_file_tests()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c296 if (!CBS_get_u8(&base, &form) || form != POINT_CONVERSION_UNCOMPRESSED) { in parse_explicit_prime_curve()
/external/wpa_supplicant_8/src/common/
Ddpp.c422 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in dpp_get_pubkey_point()