Searched refs:mbedtls_dhm_set_group (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/programs/pkey/ |
H A D | dh_server.c | 146 (ret = mbedtls_dhm_set_group(&dhm, &dhm_P, &dhm_G) != 0)) { in main()
|
/third_party/mbedtls/library/ |
H A D | dhm.c | 272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
|
H A D | ssl_tls12_server.c | 2920 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 D | benchmark.c | 1100 mbedtls_dhm_set_group(&dhm, &P, &G) != 0) { in main()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | dhm.h | 171 * 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