Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_calc_secret (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/programs/pkey/
H A Ddh_client.c230 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n, in main()
232 mbedtls_printf(" failed\n ! mbedtls_dhm_calc_secret returned %d\n\n", ret); in main()
H A Ddh_server.c247 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n, in main()
249 mbedtls_printf(" failed\n ! mbedtls_dhm_calc_secret returned %d\n\n", ret); in main()
/third_party/mbedtls/programs/test/
H A Dbenchmark.c1116 mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &olen, myrand, NULL)); in main()
1121 mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &olen, myrand, NULL)); in main()
/third_party/mbedtls/library/
H A Ddhm.c405 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, in mbedtls_dhm_calc_secret() function
H A Dssl_tls12_server.c3709 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
3714 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_calc_secret", ret); in ssl_parse_client_key_exchange()
3894 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
3897 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_calc_secret", ret); in ssl_parse_client_key_exchange()
H A Dssl_tls12_client.c2736 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
2741 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_calc_secret", ret); in ssl_write_client_key_exchange()
3094 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
3097 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_calc_secret", ret); in ssl_write_client_key_exchange()
H A Dssl_tls.c7456 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in mbedtls_ssl_psk_derive_premaster()
7459 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_calc_secret", ret); in mbedtls_ssl_psk_derive_premaster()
/third_party/mbedtls/include/mbedtls/
H A Ddhm.h294 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx,

Completed in 26 milliseconds