Home
last modified time | relevance | path

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

/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/crypto/ec/
Doct.c87 (form != POINT_CONVERSION_UNCOMPRESSED)) { in ec_GFp_simple_point2oct()
150 if (form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GFp_simple_point2oct()
197 (form != POINT_CONVERSION_UNCOMPRESSED)) { in ec_GFp_simple_oct2point()
201 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GFp_simple_oct2point()
Dec_key.c104 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
Dec.c902 if (form != POINT_CONVERSION_UNCOMPRESSED) { in EC_GROUP_set_point_conversion_form()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECGroupContext.java52 NativeConstants.POINT_CONVERSION_UNCOMPRESSED); in getCurveByName()
163 NativeConstants.POINT_CONVERSION_UNCOMPRESSED); in getInstance()
/external/conscrypt/src/gen/native/
Dgenerate_constants.cc61 CONST(POINT_CONVERSION_UNCOMPRESSED); in main()
/external/boringssl/src/include/openssl/
Dec.h91 POINT_CONVERSION_UNCOMPRESSED = 4 enumerator
/external/boringssl/src/ssl/
Ds3_clnt.c1877 POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL); in ssl3_send_client_key_exchange()
1891 POINT_CONVERSION_UNCOMPRESSED, encodedPoint, encoded_pt_len, bn_ctx); in ssl3_send_client_key_exchange()
Ds3_srvr.c1364 POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL); in ssl3_send_server_key_exchange()
1375 POINT_CONVERSION_UNCOMPRESSED, in ssl3_send_server_key_exchange()