Searched refs:mbedtls_dhm_make_params (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/programs/pkey/ |
H A D | dh_server.c | 180 mbedtls_dhm_make_params(&dhm, (int) mbedtls_dhm_get_len(&dhm), buf, &n, in main() 182 mbedtls_printf(" failed\n ! mbedtls_dhm_make_params returned %d\n\n", ret); in main()
|
/third_party/mbedtls/library/ |
H A D | dhm.c | 223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
|
H A D | ssl_tls12_server.c | 2927 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange() 2932 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_make_params", ret); in ssl_prepare_server_key_exchange()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | dhm.h | 196 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, 205 * in preparation for mbedtls_dhm_make_params().
|
Completed in 8 milliseconds