/third_party/mbedtls/library/ |
H A D | ecdh.c | 171 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_init() 201 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup() 207 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_setup() 267 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecdh_free() 274 size_t *olen, int point_format, in ecdh_make_params_internal() 321 if ((ret = mbedtls_ecp_tls_write_point(&ctx->grp, &ctx->Q, point_format, in ecdh_make_params_internal() 350 return ecdh_make_params_internal(ctx, olen, ctx->point_format, buf, blen, in mbedtls_ecdh_make_params() 361 ctx->point_format, buf, blen, in mbedtls_ecdh_make_params() 493 size_t *olen, int point_format, in ecdh_make_public_internal() 530 return mbedtls_ecp_tls_write_point(&ctx->grp, &ctx->Q, point_format, ole in ecdh_make_public_internal() 273 ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_params_internal() argument 492 ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_public_internal() argument [all...] |
H A D | ecjpake.c | 54 ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED; in mbedtls_ecjpake_init() 127 int point_format) in mbedtls_ecjpake_set_point_format() 129 switch (point_format) { in mbedtls_ecjpake_set_point_format() 132 ctx->point_format = point_format; in mbedtls_ecjpake_set_point_format() 520 return ecjpake_kkpp_read(ctx->md_type, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_read_round_one() 534 return ecjpake_kkpp_write(ctx->md_type, &ctx->grp, ctx->point_format, in mbedtls_ecjpake_write_round_one() 603 ctx->point_format, in mbedtls_ecjpake_read_round_two() 705 ctx->point_format, &ec_len, p, (size_t) (end - p))); in mbedtls_ecjpake_write_round_two() 709 ctx->point_format, in mbedtls_ecjpake_write_round_two() 126 mbedtls_ecjpake_set_point_format(mbedtls_ecjpake_context *ctx, int point_format) mbedtls_ecjpake_set_point_format() argument [all...] |
H A D | ssl_tls12_server.c | 267 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
|
H A D | ssl_tls12_client.c | 834 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkey.c | 83 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()
|
H A D | ecparam.c | 106 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()
|
H A D | ec.c | 80 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/ |
H A D | pkey.c | 83 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()
|
H A D | ecparam.c | 106 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()
|
H A D | ec.c | 80 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/ |
H A D | ecjpake.h | 64 int MBEDTLS_PRIVATE(point_format); /**< Format for point export */ 122 * \param point_format The point format to use: 127 * \return #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if \p point_format 131 int point_format);
|
H A D | ecdh.h | 112 int MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages. */ 121 uint8_t MBEDTLS_PRIVATE(point_format); /*!< The format of point export in TLS messages
|