Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_calc_secret (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddhm.h282 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx,
/optee_os/lib/libmbedtls/core/
H A Ddh.c125 lmd_res = mbedtls_dhm_calc_secret(&dhm, buf, len, in crypto_acipher_dh_shared_secret()
/optee_os/lib/libmbedtls/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_client.c2738 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
3096 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
H A Dssl_tls12_server.c3694 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
3879 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
H A Dssl_tls.c7480 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in mbedtls_ssl_psk_derive_premaster()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4818 mbedtls_dhm_calc_secret()