Home
last modified time | relevance | path

Searched refs:point_format (Results 1 – 15 of 15) sorted by relevance

/third_party/mbedtls/library/
Decdh.c174 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init()
204 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
210 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup()
270 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
277 size_t *olen, int point_format, in ecdh_make_params_internal() argument
324 if ((ret = mbedtls_ecp_tls_write_point(&ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal()
353 return ecdh_make_params_internal(ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
364 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
496 size_t *olen, int point_format, in ecdh_make_public_internal() argument
533 return mbedtls_ecp_tls_write_point(&ctx->grp, &ctx->Q, point_format, olen, in ecdh_make_public_internal()
[all …]
Decjpake.c91 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init()
170 int point_format) in mbedtls_ecjpake_set_point_format() argument
172 switch (point_format) { in mbedtls_ecjpake_set_point_format()
175 ctx->point_format = point_format; in mbedtls_ecjpake_set_point_format()
563 return ecjpake_kkpp_read(ctx->md_type, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one()
577 return ecjpake_kkpp_write(ctx->md_type, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one()
646 ctx->point_format, in mbedtls_ecjpake_read_round_two()
748 ctx->point_format, &ec_len, p, end - p)); in mbedtls_ecjpake_write_round_two()
752 ctx->point_format, in mbedtls_ecjpake_write_round_two()
851 ret = mbedtls_ecp_point_write_binary(&ctx->grp, &K, ctx->point_format, in mbedtls_ecjpake_write_shared_key()
Dssl_tls12_client.c836 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
Dssl_tls12_server.c271 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
/third_party/node/deps/openssl/openssl/apps/
Decparam.c106 char *point_format = NULL; in ecparam_main() local
162 point_format = opt_arg(); in ecparam_main()
163 if (!opt_string(point_format, point_format_options)) in ecparam_main()
226 if (point_format != NULL) in ecparam_main()
229 point_format, 0); in ecparam_main()
249 if (point_format in ecparam_main()
252 point_format)) { in ecparam_main()
Dpkey.c83 char *point_format = NULL; in pkey_main() local
152 point_format = opt_arg(); in pkey_main()
153 if (!opt_string(point_format, point_format_options)) in pkey_main()
225 if (asn1_encoding != NULL || point_format != NULL) { in pkey_main()
234 if (point_format != NULL) in pkey_main()
237 point_format, 0); in pkey_main()
Dec.c80 char *point_format = NULL; in ec_main() local
137 point_format = opt_arg(); in ec_main()
138 if (!opt_string(point_format, point_format_options)) in ec_main()
193 if (point_format in ec_main()
196 point_format)) { in ec_main()
/third_party/openssl/apps/
Decparam.c106 char *point_format = NULL; in ecparam_main() local
162 point_format = opt_arg(); in ecparam_main()
163 if (!opt_string(point_format, point_format_options)) in ecparam_main()
226 if (point_format != NULL) in ecparam_main()
229 point_format, 0); in ecparam_main()
249 if (point_format in ecparam_main()
252 point_format)) { in ecparam_main()
Dpkey.c83 char *point_format = NULL; in pkey_main() local
152 point_format = opt_arg(); in pkey_main()
153 if (!opt_string(point_format, point_format_options)) in pkey_main()
225 if (asn1_encoding != NULL || point_format != NULL) { in pkey_main()
234 if (point_format != NULL) in pkey_main()
237 point_format, 0); in pkey_main()
Dec.c80 char *point_format = NULL; in ec_main() local
137 point_format = opt_arg(); in ec_main()
138 if (!opt_string(point_format, point_format_options)) in ec_main()
193 if (point_format in ec_main()
196 point_format)) { in ec_main()
/third_party/mbedtls/include/mbedtls/
Decjpake.h75 int MBEDTLS_PRIVATE(point_format); /**< Format for point export */
142 int point_format);
Decdh.h124 int MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages. */
133 uint8_t MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages
/third_party/mesa3d/docs/drivers/
Dlima.rst122 `FP16 <https://en.wikipedia.org/wiki/Half-precision_floating-point_format>`__
/third_party/python/Doc/library/
Dstruct.rst467 .. _half precision format: https://en.wikipedia.org/wiki/Half-precision_floating-point_format
/third_party/mbedtls/
DChangeLog1176 point format for ECJPAKE instead of accessing the point_format field