Searched refs:point_format (Results 1 – 12 of 12) sorted by relevance
/third_party/mbedtls/library/ |
D | ecdh.c | 190 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 …]
|
D | ecjpake.c | 63 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()
|
D | ssl_cli.c | 1576 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
|
D | ssl_srv.c | 409 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
|
/third_party/mbedtls/include/mbedtls/ |
D | ecjpake.h | 76 int MBEDTLS_PRIVATE(point_format); /**< Format for point export */ 143 int point_format );
|
D | ecdh.h | 128 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/boost/libs/math/doc/roots/ |
D | minima.qbk | 194 [@http://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format 128-bit quad] type can be …
|
/third_party/mesa3d/docs/drivers/ |
D | lima.rst | 119 `FP16 <https://en.wikipedia.org/wiki/Half-precision_floating-point_format>`__
|
/third_party/python/Doc/library/ |
D | struct.rst | 467 .. _half precision format: https://en.wikipedia.org/wiki/Half-precision_floating-point_format
|
/third_party/flutter/skia/site/user/api/ |
D | SkImageInfo_Reference.md | 702 <a href='https://en.wikipedia.org/wiki/Single-precision_floating-point_format'>single-precision flo…
|
/third_party/mbedtls/ |
D | ChangeLog | 478 point format for ECJPAKE instead of accessing the point_format field
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 2783 ([@http://en.wikipedia.org/wiki/Double_precision_floating-point_format IEEE binary64 ]),
|