Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/pkey/
H A Ddh_server.c236 if ((ret = mbedtls_dhm_read_public(&dhm, buf, n)) != 0) { in main()
237 mbedtls_printf(" failed\n ! mbedtls_dhm_read_public returned %d\n\n", ret); in main()
/third_party/mbedtls/library/
H A Ddhm.c289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
H A Dssl_tls12_server.c3397 if ((ret = mbedtls_dhm_read_public(&ssl->handshake->dhm_ctx, *p, n)) != 0) { in ssl_parse_client_dh_public()
3398 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_dhm_read_public", ret); in ssl_parse_client_dh_public()
/third_party/mbedtls/programs/test/
H A Dbenchmark.c1107 if (mbedtls_dhm_read_public(&dhm, buf, n) != 0) { in main()
/third_party/mbedtls/include/mbedtls/
H A Ddhm.h236 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,

Completed in 10 milliseconds