Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_set_group (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/pkey/
H A Ddh_server.c146 (ret = mbedtls_dhm_set_group(&dhm, &dhm_P, &dhm_G) != 0)) { in main()
/third_party/mbedtls/library/
H A Ddhm.c272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
H A Dssl_tls12_server.c2920 if ((ret = mbedtls_dhm_set_group(&ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()
2923 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_set_group", ret); in ssl_prepare_server_key_exchange()
/third_party/mbedtls/programs/test/
H A Dbenchmark.c1100 mbedtls_dhm_set_group(&dhm, &P, &G) != 0) { in main()
/third_party/mbedtls/include/mbedtls/
H A Ddhm.h171 * mbedtls_dhm_set_group() below in conjunction with
216 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
227 * its DHM parameters set, e.g. via mbedtls_dhm_set_group().

Completed in 10 milliseconds