Searched refs:mbedtls_ecdh_calc_secret (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ecdh.h | 421 int mbedtls_ecdh_calc_secret( mbedtls_ecdh_context *ctx, size_t *olen,
|
A D | compat-1.3.h | 1881 #define ecdh_calc_secret mbedtls_ecdh_calc_secret
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | ecc.c | 378 lmd_res = mbedtls_ecdh_calc_secret(&ecdh, &out_len, secret, in ecc_shared_secret()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ecdh.c | 694 int mbedtls_ecdh_calc_secret( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_calc_secret() function
|
A D | ssl_cli.c | 3919 if( ( ret = mbedtls_ecdh_calc_secret( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
|
A D | ssl_srv.c | 4235 if( ( ret = mbedtls_ecdh_calc_secret( &ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
|
A D | ssl_tls.c | 2082 if( ( ret = mbedtls_ecdh_calc_secret( &ssl->handshake->ecdh_ctx, &zlen, in mbedtls_ssl_psk_derive_premaster()
|
Completed in 40 milliseconds