Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Decdh.c190 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init()
224 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
230 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup()
292 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free()
299 size_t *olen, int point_format, in ecdh_make_params_internal() argument
341 if( ( ret = mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal()
374 return( ecdh_make_params_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
386 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params()
522 size_t *olen, int point_format, in ecdh_make_public_internal() argument
555 return mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, olen, in ecdh_make_public_internal()
[all …]
Decjpake.c63 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init()
132 int point_format ) in mbedtls_ecjpake_set_point_format() argument
134 switch( point_format ) in mbedtls_ecjpake_set_point_format()
138 ctx->point_format = point_format; in mbedtls_ecjpake_set_point_format()
527 return( ecjpake_kkpp_read( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one()
546 return( ecjpake_kkpp_write( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one()
620 ctx->point_format, in mbedtls_ecjpake_read_round_two()
731 ctx->point_format, &ec_len, p, end - p ) ); in mbedtls_ecjpake_write_round_two()
735 ctx->point_format, in mbedtls_ecjpake_write_round_two()
Dssl_cli.c1576 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
Dssl_srv.c409 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
/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.h76 int MBEDTLS_PRIVATE(point_format); /**< Format for point export */
143 int point_format );
Decdh.h128 int MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages. */
137 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/flutter/skia/site/user/api/
DSkImageInfo_Reference.md702 <a href='https://en.wikipedia.org/wiki/Single-precision_floating-point_format'>single-precision flo…
/third_party/mbedtls/
DChangeLog478 point format for ECJPAKE instead of accessing the point_format field