• Home
  • Raw
  • Download

Lines Matching refs:mbedtls_dhm_context

110 void mbedtls_dhm_init(mbedtls_dhm_context *ctx)  in mbedtls_dhm_init()
112 memset(ctx, 0, sizeof(mbedtls_dhm_context)); in mbedtls_dhm_init()
115 size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx) in mbedtls_dhm_get_bitlen()
120 size_t mbedtls_dhm_get_len(const mbedtls_dhm_context *ctx) in mbedtls_dhm_get_len()
125 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value()
158 int mbedtls_dhm_read_params(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_params()
192 static int dhm_make_common(mbedtls_dhm_context *ctx, int x_size, in dhm_make_common()
235 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params()
284 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group()
301 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public()
320 int mbedtls_dhm_make_public(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_public()
355 static int dhm_update_blinding(mbedtls_dhm_context *ctx, in dhm_update_blinding()
417 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, in mbedtls_dhm_calc_secret()
470 void mbedtls_dhm_free(mbedtls_dhm_context *ctx) in mbedtls_dhm_free()
487 mbedtls_platform_zeroize(ctx, sizeof(mbedtls_dhm_context)); in mbedtls_dhm_free()
494 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin, in mbedtls_dhm_parse_dhm()
640 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) in mbedtls_dhm_parse_dhmfile()
695 mbedtls_dhm_context dhm; in mbedtls_dhm_self_test()