Home
last modified time | relevance | path

Searched refs:peer_point (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/3rdparty/everest/library/
Dx25519.c56 mbedtls_platform_zeroize( ctx->peer_point, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_free()
99 memcpy( ctx->peer_point, *buf, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_read_params()
111 …ite_binary( &key->grp, &key->Q, MBEDTLS_ECP_PF_COMPRESSED, &olen, ctx->peer_point, MBEDTLS_X25519_… in mbedtls_x25519_get_params()
134 Hacl_Curve25519_crypto_scalarmult( buf, ctx->our_secret, ctx->peer_point); in mbedtls_x25519_calc_secret()
181 memcpy( ctx->peer_point, buf, MBEDTLS_X25519_KEY_SIZE_BYTES ); in mbedtls_x25519_read_public()
/third_party/mbedtls/3rdparty/everest/include/everest/
Dx25519.h47 unsigned char peer_point[MBEDTLS_X25519_KEY_SIZE_BYTES]; member