Searched refs:point_format (Results 1 – 14 of 14) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ecdh.c | 188 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init() 222 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup() 228 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup() 290 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free() 297 size_t *olen, int point_format, in ecdh_make_params_internal() argument 339 if( ( ret = mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal() 372 return( ecdh_make_params_internal( ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params() 384 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params() 520 size_t *olen, int point_format, in ecdh_make_public_internal() argument 553 return mbedtls_ecp_tls_write_point( &ctx->grp, &ctx->Q, point_format, olen, in ecdh_make_public_internal() [all …]
|
A D | ecjpake.c | 63 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init() 518 return( ecjpake_kkpp_read( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one() 537 return( ecjpake_kkpp_write( ctx->md_info, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one() 611 ctx->point_format, in mbedtls_ecjpake_read_round_two() 722 ctx->point_format, &ec_len, p, end - p ) ); in mbedtls_ecjpake_write_round_two() 726 ctx->point_format, in mbedtls_ecjpake_write_round_two()
|
A D | ssl_cli.c | 1719 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext() 1722 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
|
A D | ssl_srv.c | 407 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats() 410 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | ecdh.h | 112 int point_format; /*!< The format of point export in TLS messages. */ member 121 uint8_t point_format; /*!< The format of point export in TLS messages
|
A D | ecjpake.h | 79 int point_format; /**< Format for point export */ member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | ecdh.h | 112 int point_format; /*!< The format of point export in TLS messages. */ member 121 uint8_t point_format; /*!< The format of point export in TLS messages
|
A D | ecjpake.h | 79 int point_format; /**< Format for point export */ member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | ecdh.h | 112 int point_format; /*!< The format of point export in TLS messages. */ member 121 uint8_t point_format; /*!< The format of point export in TLS messages
|
A D | ecjpake.h | 79 int point_format; /**< Format for point export */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | ecdh.h | 112 int point_format; /*!< The format of point export in TLS messages. */ member 121 uint8_t point_format; /*!< The format of point export in TLS messages
|
A D | ecjpake.h | 79 int point_format; /**< Format for point export */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ecdh.h | 112 int point_format; /*!< The format of point export in TLS messages. */ member 121 uint8_t point_format; /*!< The format of point export in TLS messages
|
A D | ecjpake.h | 79 int point_format; /**< Format for point export */ member
|
Completed in 33 milliseconds