Searched refs:Qp (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ecdh.h | 89 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member 110 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ecdh.c | 163 mbedtls_ecp_point_init( &ctx->Qp ); in ecdh_init_internal() 242 mbedtls_ecp_point_free( &ctx->Qp ); in ecdh_free_internal() 397 return( mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal() 453 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in ecdh_get_params_internal() 603 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal() 666 if( ( ret = ecdh_compute_shared_restartable( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal() 673 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
|
A D | ecp_curves.c | 1347 mbedtls_mpi_uint Mp[P448_WIDTH + 1], Qp[P448_WIDTH]; in ecp_mod_p448() local 1371 Q.p = Qp; in ecp_mod_p448() 1372 memcpy( Qp, Mp, sizeof( Qp ) ); in ecp_mod_p448()
|
A D | debug.c | 393 &ctx->Qp ); in mbedtls_debug_printf_ecdh_internal()
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | ecc.c | 374 ecdh.Qp.X = *(mbedtls_mpi *)public_key->x; in ecc_shared_secret() 375 ecdh.Qp.Y = *(mbedtls_mpi *)public_key->y; in ecc_shared_secret() 376 mbedtls_mpi_read_binary(&ecdh.Qp.Z, one, sizeof(one)); in ecc_shared_secret() 388 mbedtls_mpi_init(&ecdh.Qp.X); in ecc_shared_secret() 389 mbedtls_mpi_init(&ecdh.Qp.Y); in ecc_shared_secret()
|
Completed in 10 milliseconds