Searched refs:POINT_CONVERSION_UNCOMPRESSED (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | sshbuf-getput-crypto.c | 82 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/ |
D | oct.c | 87 (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()
|
D | ec_key.c | 104 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
|
D | ec.c | 902 if (form != POINT_CONVERSION_UNCOMPRESSED) { in EC_GROUP_set_point_conversion_form()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLECGroupContext.java | 52 NativeConstants.POINT_CONVERSION_UNCOMPRESSED); in getCurveByName() 163 NativeConstants.POINT_CONVERSION_UNCOMPRESSED); in getInstance()
|
/external/conscrypt/src/gen/native/ |
D | generate_constants.cc | 61 CONST(POINT_CONVERSION_UNCOMPRESSED); in main()
|
/external/boringssl/src/include/openssl/ |
D | ec.h | 91 POINT_CONVERSION_UNCOMPRESSED = 4 enumerator
|
/external/boringssl/src/ssl/ |
D | s3_clnt.c | 1877 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()
|
D | s3_srvr.c | 1364 POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL); in ssl3_send_server_key_exchange() 1375 POINT_CONVERSION_UNCOMPRESSED, in ssl3_send_server_key_exchange()
|